MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / Patch_Reset

Function Patch_Reset

Source/OSHLE/patch.cpp:122–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120static u32 nPatchVariables;
121
122void Patch_Reset()
123{
124 gPatchesApplied = false;
125 gNumOfOSFunctions = 0;
126 Patch_ResetSymbolTable();
127}
128
129void Patch_ResetSymbolTable()
130{

Callers 1

ROM_ReBootFunction · 0.85

Calls 1

Patch_ResetSymbolTableFunction · 0.85

Tested by

no test coverage detected