add fixes from brincraig (issue 1191)

This commit is contained in:
giantpune 2009-12-15 08:39:45 +00:00
parent f19285cd0d
commit 127db3f4b2
3 changed files with 5 additions and 9 deletions

View File

@ -2,8 +2,8 @@
<app version="1">
<name> USB Loader GX</name>
<coder>USB Loader GX Team</coder>
<version>1.0 r864</version>
<release_date>200912131607</release_date>
<version>1.0 r865</version>
<release_date>200912150637</release_date>
<short_description>Loads games from USB-devices</short_description>
<long_description>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.

View File

@ -17,15 +17,11 @@
#include <locale.h>
#include <wiiuse/wpad.h>
#include <debug.h>
//#include <debug.h>
extern "C" {
extern void __exception_setreload(int t);
}
#include <gccore.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <di/di.h>
#include <sys/iosupport.h>

View File

@ -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;