| 386 | } |
| 387 | |
| 388 | void endFrame() { |
| 389 | #ifdef DEBUG |
| 390 | SysDebug::getManager()->ctrlDebugMode(); |
| 391 | #endif |
| 392 | mspDisplay->endFrame(); |
| 393 | if(MoviePlayer::sPlayer) { |
| 394 | MoviePlayer::sPlayer->drawDone(); |
| 395 | } |
| 396 | } |
| 397 | |
| 398 | void run() { |
| 399 | // not sure if this is how it was originally written however the functions match in size |
no test coverage detected