mirror of
https://github.com/astronautlevel2/Anemone3DS.git
synced 2026-01-24 16:52: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)
|
if (kDown & KEY_START)
|
||||||
{
|
{
|
||||||
exit_screens();
|
srvPublishToSubscriber(0x202, 0);
|
||||||
exit_services();
|
//exit_screens();
|
||||||
PTMSYSM_RebootAsync(0);
|
//exit_services();
|
||||||
ptmSysmExit();
|
//PTMSYSM_RebootAsync(0);
|
||||||
|
//ptmSysmExit();
|
||||||
}
|
}
|
||||||
else if (kDown & KEY_L)
|
else if (kDown & KEY_L)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user