MCPcopy 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
128void SetEntryPoint(MPTR entryPoint)
129{
130 _entryPoint = entryPoint;
131}
132
133// load executable into virtual memory and set entrypoint
134void LoadMainExecutable()

Callers 1

LoadMainExecutableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected