diff --git a/source/draw.c b/source/draw.c index c295843..3a3964e 100644 --- a/source/draw.c +++ b/source/draw.c @@ -164,7 +164,7 @@ void throw_error(char* error, int error_type) { pp2d_draw_wtext(70, 150, 0.8, 0.8, COLOR_WHITE, L"Press \uE000 to shut down."); pp2d_end_draw(); if (kDown & KEY_A) { - if (envIsHomebrew()) + if (homebrew) APT_HardwareResetAsync(); else { srvPublishToSubscriber(0x202, 0); diff --git a/source/main.c b/source/main.c index 4c03e1f..10ed6a3 100644 --- a/source/main.c +++ b/source/main.c @@ -41,7 +41,7 @@ int init_services(void) ptmuInit(); httpcInit(0); archive_result = open_archives(); - bool homebrew = true; + homebrew = true; if (!envIsHomebrew()) { homebrew = false;