srvPublishToSubscriber

Pressing Start from the app now sends the user to the Power Off screen.
This commit is contained in:
Helloman892
2017-09-02 13:52:36 +01:00
parent c84f40cf57
commit 73268de4d1

View File

@@ -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)
{ {