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

Function RPLLoader_GetModuleEntrypoint

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

Source from the content-addressed store, hash-verified

1883}
1884
1885uint32 RPLLoader_GetModuleEntrypoint(RPLModule* rplLoaderContext)
1886{
1887 return rplLoaderContext->entrypoint;
1888}
1889
1890// takes a module name without extension, returns true if the RPL module is a known Cafe OS module
1891bool RPLLoader_IsKnownCafeOSModule(std::string_view name)

Callers 2

LoadMainExecutableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected