MCPcopy Create free account
hub / github.com/XorTroll/Goldleaf / GetExecutableMode

Function GetExecutableMode

Goldleaf/include/base.hpp:311–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309void Exit();
310
311inline ExecutableMode GetExecutableMode() {
312 return envIsNso() ? ExecutableMode::NSO : ExecutableMode::NRO;
313}
314
315inline LaunchMode GetLaunchMode() {
316 switch(appletGetAppletType()) {

Callers 2

LoadMethod · 0.85
OnFileSelectedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected