From c763e2d52fa4dff476e905aa6d80b6b22186a38b Mon Sep 17 00:00:00 2001 From: Michael Theall Date: Mon, 5 Jun 2017 12:02:43 -0500 Subject: [PATCH] We can exit cleanly without home button --- source/main.c | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/source/main.c b/source/main.c index 2b5e7ce..7d0d433 100644 --- a/source/main.c +++ b/source/main.c @@ -96,20 +96,8 @@ main(int argc, } #ifdef _3DS - u64 id; - APT_GetProgramID(&id); - - if(id != 0x000400000BEEF500) - { - console_print("Press B to exit\n"); - loop(wait_for_b); - } - else - { - console_print("Press the Home Button to exit\n"); - while(aptMainLoop()) - console_render(); - } + console_print("Press B to exit\n"); + loop(wait_for_b); /* deinitialize 3DS services */ gfxExit();