MCPcopy Create free account
hub / github.com/XorTroll/uLaunch / SleepSystem

Function SleepSystem

projects/uMenu/source/ul/menu/ui/ui_Common.cpp:294–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected