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

Function __OSDoHotReset

src/dolphin/src/os/OSReset.c:152–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152void __OSDoHotReset(s32 arg0)
153{
154 OSDisableInterrupts();
155 __VIRegs[1] = 0;
156 ICFlashInvalidate();
157 Reset(arg0 * 8);
158}
159
160void OSResetSystem(int reset, u32 resetCode, BOOL forceMenu)
161{

Callers 2

OSResetSystemFunction · 0.85
ReadApploaderFunction · 0.85

Calls 2

OSDisableInterruptsFunction · 0.85
ResetFunction · 0.70

Tested by

no test coverage detected