MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / InitVI

Method InitVI

src/SB/Core/gc/iFMV.cpp:372–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370}
371
372void 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
384void iFMV::Suspend()
385{

Callers

nothing calls this directly

Calls 3

VISetNextFrameBufferFunction · 0.85
VIFlushFunction · 0.85
VIWaitForRetraceFunction · 0.85

Tested by

no test coverage detected