From 77103f3af8ca761f76087c7e4be1de8087c10433 Mon Sep 17 00:00:00 2001 From: giantpune Date: Thu, 25 Jun 2009 19:01:33 +0000 Subject: [PATCH] fix a syntax booboo which kept games from starting --- source/menu.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/source/menu.cpp b/source/menu.cpp index 3331e516..0bf83d09 100644 --- a/source/menu.cpp +++ b/source/menu.cpp @@ -1066,7 +1066,7 @@ int MenuDiscList() SDCard_Init(); menu = MENU_DISCLIST; break; - + } } wiilight(0); if(isInserted(bootDevice)) { @@ -1087,7 +1087,7 @@ int MenuDiscList() menu = MENU_EXIT; break; - } + } bool returnHere = true;// prompt to start game while (returnHere) @@ -1121,12 +1121,13 @@ int MenuDiscList() menu = MENU_DISCLIST; break; + } } wiilight(0); returnHere = false; menu = MENU_EXIT; - } + } else if (choice == 2) {