From 9284da6e95b1a57a22d28e016e8de0408d80571e Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Sun, 8 Apr 2012 20:11:56 +0200 Subject: [PATCH] installer loads HBF rather than system menu on exit --- installer/source/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/source/main.cpp b/installer/source/main.cpp index 80fe431..be55566 100644 --- a/installer/source/main.cpp +++ b/installer/source/main.cpp @@ -27,7 +27,7 @@ int main(int argc, char **argv) { menu(); - SYS_ResetSystem(SYS_RETURNTOMENU, 0, 0); + WII_LaunchTitle(0x0001000154484246); return 0; }