Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cemu-project/Cemu
/ SetEntryPoint
Function
SetEntryPoint
src/Cafe/CafeSystem.cpp:128–131 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
126
}
127
128
void SetEntryPoint(MPTR entryPoint)
129
{
130
_entryPoint = entryPoint;
131
}
132
133
// load executable into virtual memory and set entrypoint
134
void LoadMainExecutable()
Callers
1
LoadMainExecutable
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected