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