From 73268de4d11d77a5bfab69922f3ca02a61e463e8 Mon Sep 17 00:00:00 2001 From: Helloman892 Date: Sat, 2 Sep 2017 13:52:36 +0100 Subject: [PATCH] srvPublishToSubscriber Pressing Start from the app now sends the user to the Power Off screen. --- source/main.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/source/main.c b/source/main.c index 0cae356..d8b6f96 100644 --- a/source/main.c +++ b/source/main.c @@ -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) {