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

Function MemoryProtectionErrorHandler

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

Source from the content-addressed store, hash-verified

140 if (ctx->fpscr)
141 {
142 null_func();
143 }
144}
145
146static void TRCInit()
147{
148 iTRCDisk::Init();
149 iTRCDisk::SetPadStopRumblingFunction(iPadStopRumble);
150 iTRCDisk::SetSndSuspendFunction(iSndSuspend);
151 iTRCDisk::SetSndResumeFunction(iSndResume);
152 iTRCDisk::SetSndKillFunction(iSndDIEDIEDIE);
153 iTRCDisk::SetMovieSuspendFunction(iFMV::Suspend);

Callers

nothing calls this directly

Calls 1

null_funcFunction · 0.85

Tested by

no test coverage detected