| 358 | } |
| 359 | |
| 360 | void beginFrame() { |
| 361 | CardMgr::probe(); |
| 362 | checkDVDState(); |
| 363 | if (GetGameAudioMain()->isActive()) |
| 364 | GetGameAudioMain()->frameWork(); |
| 365 | mspDisplay->beginRender(); |
| 366 | NetGameMgr::mspNetGameMgr->adjustFrame(); |
| 367 | Clock::move(); |
| 368 | j3dSys.drawInit(); |
| 369 | |
| 370 | PadMgr::framework(); |
| 371 | NetGameMgr::mspNetGameMgr->framework(); |
| 372 | } |
| 373 | |
| 374 | void endRender() { |
| 375 | #ifdef DEBUG |
no test coverage detected