| 370 | } |
| 371 | |
| 372 | void iFMV::InitVI() |
| 373 | { |
| 374 | VISetNextFrameBuffer(iFMV::mXFBs[0]); |
| 375 | mCurrentFrameBuffer = mXFBs[1]; |
| 376 | VIFlush(); |
| 377 | VIWaitForRetrace(); |
| 378 | if (mRenderMode->viTVmode & 1) |
| 379 | { |
| 380 | VIWaitForRetrace(); |
| 381 | } |
| 382 | } |
| 383 | |
| 384 | void iFMV::Suspend() |
| 385 | { |
nothing calls this directly
no test coverage detected