| 372 | } |
| 373 | |
| 374 | void endRender() { |
| 375 | #ifdef DEBUG |
| 376 | SysDebug::getManager()->draw(); |
| 377 | if (ScrnShot::sScrnShot) |
| 378 | ScrnShot::sScrnShot->capture(); |
| 379 | #endif |
| 380 | mspDisplay->endRender(); |
| 381 | #ifdef DEBUG |
| 382 | if (gGamePad1P.testButton(JUTGamePad::L) && gGamePad1P.testTrigger(JUTGamePad::DPAD_DOWN)) { |
| 383 | GetGameAudioMain()->setBgmVolume(0.0f); |
| 384 | } |
| 385 | #endif |
| 386 | } |
| 387 | |
| 388 | void endFrame() { |
| 389 | #ifdef DEBUG |
no test coverage detected