| 1883 | } |
| 1884 | |
| 1885 | uint32 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 |
| 1891 | bool RPLLoader_IsKnownCafeOSModule(std::string_view name) |
no outgoing calls
no test coverage detected