MCPcopy Create free account
hub / github.com/citron-neo/emulator / GetApplicationProcessProgramID

Method GetApplicationProcessProgramID

src/core/core.cpp:871–873  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

869}
870
871u64 System::GetApplicationProcessProgramID() const {
872 return impl->kernel.ApplicationProcess()->GetProgramId();
873}
874
875Loader::ResultStatus System::GetGameName(std::string& out) const {
876 return impl->GetGameName(out);

Callers 15

mainFunction · 0.80
SaveSvcBreakReportMethod · 0.80
SaveUserReportMethod · 0.80
SaveScreenShotMethod · 0.80
ExecuteMethod · 0.80
ExecuteMethod · 0.80
InitializeOfflineMethod · 0.80
GetPseudoDeviceIdMethod · 0.80
GenerateErrorReportFunction · 0.80

Calls 2

GetProgramIdMethod · 0.45
ApplicationProcessMethod · 0.45

Tested by

no test coverage detected