mirror of
https://github.com/astronautlevel2/Anemone3DS.git
synced 2026-01-24 08:42:43 -05:00
srvPublishToSubscriber
Pressing Start from the app now sends the user to the Power Off screen.
This commit is contained in:
@@ -86,10 +86,11 @@ int main(void)
|
||||
|
||||
if (kDown & KEY_START)
|
||||
{
|
||||
exit_screens();
|
||||
exit_services();
|
||||
PTMSYSM_RebootAsync(0);
|
||||
ptmSysmExit();
|
||||
srvPublishToSubscriber(0x202, 0);
|
||||
//exit_screens();
|
||||
//exit_services();
|
||||
//PTMSYSM_RebootAsync(0);
|
||||
//ptmSysmExit();
|
||||
}
|
||||
else if (kDown & KEY_L)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user