| 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 | |
| 158 | static S32 RenderWareExit(); |
| 159 | S32 DolphinInitMemorySystem(RwMemoryFunctions*); |
| 160 | static S32 RenderWareInit(); |
| 161 | |
| 162 | //FIXME: This should be a dolphin header somewhere |
| 163 | extern "C" GXDrawSyncCallback GXSetDrawSyncCallback(GXDrawSyncCallback cb); |
| 164 | void iSystemInit(U32 options) |
| 165 | { |