From 127db3f4b26e4a9d489836122a8b1cad3c6e550f Mon Sep 17 00:00:00 2001 From: giantpune Date: Tue, 15 Dec 2009 08:39:45 +0000 Subject: [PATCH] add fixes from brincraig (issue 1191) --- HBC/META.XML | 4 ++-- source/main.cpp | 6 +----- source/settings/Settings.cpp | 4 ++-- 3 files changed, 5 insertions(+), 9 deletions(-) diff --git a/HBC/META.XML b/HBC/META.XML index 07fe6640..2b02d876 100644 --- a/HBC/META.XML +++ b/HBC/META.XML @@ -2,8 +2,8 @@ USB Loader GX USB Loader GX Team - 1.0 r864 - 200912131607 + 1.0 r865 + 200912150637 Loads games from USB-devices USB Loader GX is a libwiigui based USB iso loader with a wii-like GUI. You can install games to your HDDs and boot them with shorter loading times. The interactive GUI is completely controllable with WiiMote, Classic Controller or GC Controller. diff --git a/source/main.cpp b/source/main.cpp index 4fdc0208..fbbe2d1f 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -17,15 +17,11 @@ #include #include -#include +//#include extern "C" { extern void __exception_setreload(int t); } -#include -#include -#include -#include #include #include diff --git a/source/settings/Settings.cpp b/source/settings/Settings.cpp index 8369b0b3..312347f0 100644 --- a/source/settings/Settings.cpp +++ b/source/settings/Settings.cpp @@ -2423,12 +2423,12 @@ int GameSettings(struct discHdr * header) viChoice = Settings.vpatch; if (Settings.cios == ios222) iosChoice = i222; - else if (Settings.cios == 250) + else if (Settings.cios == ios250) iosChoice = i250; else if (Settings.cios == ios223) iosChoice = i223; else - iosChoice = 249; + iosChoice = i249; parentalcontrolChoice = 0; fix002 = Settings.error002; countrystrings = Settings.patchcountrystrings;