installer loads HBF rather than system menu on exit

This commit is contained in:
Christopher Roy Bratusek 2012-04-08 20:11:56 +02:00
parent 80566e080f
commit 9284da6e95

View File

@ -27,7 +27,7 @@ int main(int argc, char **argv) {
menu();
SYS_ResetSystem(SYS_RETURNTOMENU, 0, 0);
WII_LaunchTitle(0x0001000154484246);
return 0;
}