mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 21:52:48 +00:00
Clear screen on exit
This commit is contained in:
parent
659e66e1ca
commit
4abb666c1f
@ -20,6 +20,8 @@ void PowerOff()
|
||||
|
||||
int main()
|
||||
{
|
||||
(GodMode() == GODMODE_EXIT_REBOOT) ? Reboot() : PowerOff();
|
||||
u32 godmode_exit = GodMode();
|
||||
ClearScreenF(true, true, COLOR_STD_BG);
|
||||
(godmode_exit == GODMODE_EXIT_REBOOT) ? Reboot() : PowerOff();
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user