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

Function TRCInit

src/SB/Core/gc/iSystem.cpp:152–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150 iTRCDisk::SetSndSuspendFunction(iSndSuspend);
151 iTRCDisk::SetSndResumeFunction(iSndResume);
152 iTRCDisk::SetSndKillFunction(iSndDIEDIEDIE);
153 iTRCDisk::SetMovieSuspendFunction(iFMV::Suspend);
154 iTRCDisk::SetMovieResumeFunction(iFMV::Resume);
155 ResetButton::SetSndKillFunction(iSndDIEDIEDIE);
156}
157
158static S32 RenderWareExit();
159S32 DolphinInitMemorySystem(RwMemoryFunctions*);
160static S32 RenderWareInit();
161
162//FIXME: This should be a dolphin header somewhere
163extern "C" GXDrawSyncCallback GXSetDrawSyncCallback(GXDrawSyncCallback cb);
164void iSystemInit(U32 options)
165{

Callers 1

iSystemInitFunction · 0.85

Calls 1

InitFunction · 0.50

Tested by

no test coverage detected