MCPcopy Create free account
hub / github.com/cemu-project/Cemu / RPLLoader_SetMainModule

Function RPLLoader_SetMainModule

src/Cafe/OS/RPL/rpl.cpp:2169–2173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2167}
2168
2169void RPLLoader_SetMainModule(RPLModule* rplLoaderContext)
2170{
2171 rplLoaderContext->entrypointCalled = true;
2172 rplLoader_mainModule = rplLoaderContext;
2173}
2174
2175uint32 RPLLoader_GetMainModuleHandle()
2176{

Callers 1

LoadMainExecutableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected