| 292 | } |
| 293 | |
| 294 | void SleepSystem() { |
| 295 | PushPowerSystemAppletMessage(system::GeneralChannelMessage::Unk_Sleep); |
| 296 | } |
| 297 | |
| 298 | void ShowAboutDialog() { |
| 299 | g_MenuApplication->DisplayDialog("uLaunch v" + std::string(UL_VERSION), GetLanguageString("ulaunch_about") + ":\nhttps://github.com/XorTroll/uLaunch", { GetLanguageString("ok") }, true, g_LogoTexture); |
nothing calls this directly
no test coverage detected