Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
120
static u32 nPatchVariables;
121
122
void Patch_Reset()
123
{
124
gPatchesApplied = false;
125
gNumOfOSFunctions = 0;
126
Patch_ResetSymbolTable();
127
}
128
129
void Patch_ResetSymbolTable()
130
{
Callers
1
ROM_ReBoot
Function · 0.85
Calls
1
Patch_ResetSymbolTable
Function · 0.85
Tested by
no test coverage detected