Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ memSetKernelMode
Function
memSetKernelMode
pcsx2/Memory.cpp:248–251 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
246
}
247
248
void memSetKernelMode() {
249
//Do something here
250
MemMode = 0;
251
}
252
253
void memSetSupervisorMode() {
254
}
Callers
1
memReset
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected