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)
{
exit_screens();
exit_services();
PTMSYSM_RebootAsync(0);
ptmSysmExit();
srvPublishToSubscriber(0x202, 0);
//exit_screens();
//exit_services();
//PTMSYSM_RebootAsync(0);
//ptmSysmExit();
}
else if (kDown & KEY_L)
{