diff --git a/HBC/META.XML b/HBC/META.XML index 579e1b03..01e29aa6 100644 --- a/HBC/META.XML +++ b/HBC/META.XML @@ -2,8 +2,14 @@ USB Loader GX USB Loader GX Team - 2.1 r1098 - 201106271217 + 2.2 r1099 + 201106272106 + // remove this line to enable arguments 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. @@ -13,9 +19,12 @@ Features are automatic widescreen detection, coverdownload, parental control, th Credits: Coding: Dimok, nIxx, giantpune, ardi, Hungyip84, DrayX7, Lustar, r-win, WiiShizzza Artworks: cyrex, NeoRame +Validation: Cyan and many others +Issue management: Cyan / Dimok WiiTDB / Hosting covers: Lustar Hosting updates files: CorneliousJD USBLoader sources: Waninkoko, Kwiirk, Hermes +cIOS maintenance: davebaol, xabby666, XFlak and Rodries Languages files updates: Kinyo and translaters Hosting themes: Deak Phreak diff --git a/source/prompts/PromptWindows.cpp b/source/prompts/PromptWindows.cpp index 6ae41086..4fe57648 100644 --- a/source/prompts/PromptWindows.cpp +++ b/source/prompts/PromptWindows.cpp @@ -237,9 +237,9 @@ void WindowCredits() char SvnRev[80]; #ifdef FULLCHANNEL - snprintf(SvnRev, sizeof(SvnRev), "Rev%sc IOS%u (Rev %u)", GetRev(), IOS_GetVersion(), IOS_GetRevision()); + snprintf(SvnRev, sizeof(SvnRev), "V2.2c IOS%u (Rev %u)", IOS_GetVersion(), IOS_GetRevision()); #else - snprintf(SvnRev, sizeof(SvnRev), "Rev%s IOS%u (Rev %u)", GetRev(), IOS_GetVersion(), IOS_GetRevision()); + snprintf(SvnRev, sizeof(SvnRev), "V2.2 IOS%u (Rev %u)", IOS_GetVersion(), IOS_GetRevision()); #endif char IosInfo[80] = ""; diff --git a/source/system/IosLoader.cpp b/source/system/IosLoader.cpp index 1186e05d..0bb4a3d8 100644 --- a/source/system/IosLoader.cpp +++ b/source/system/IosLoader.cpp @@ -32,7 +32,7 @@ static iosinfo_t *currentIOSInfo = NULL; */ bool IosLoader::IsHermesIOS(s32 ios) { - return (ios == 222 || ios == 223 || ios == 224 || ios == 202); + return (ios == 222 || ios == 223 || ios == 224 || ios == 225 || ios == 202); } /* diff --git a/source/usbloader/disc.c b/source/usbloader/disc.c index 7d170f82..3032b051 100644 --- a/source/usbloader/disc.c +++ b/source/usbloader/disc.c @@ -46,7 +46,7 @@ void Disc_SetLowMem(void) *(vu32 *) 0xCD00643C = 0x00000000; // 32Mhz on Bus int iosVer = IOS_GetVersion(); - if(iosVer != 222 && iosVer != 223 && iosVer != 224 && IOS_GetRevision() >= 18) + if(iosVer != 222 && iosVer != 223 && iosVer != 224 && iosVer != 225 && IOS_GetRevision() >= 18) *GameID_Address = 0x80000000; // Game ID Address /* Copy disc ID */ diff --git a/svnrev.sh b/svnrev.sh index caeb7f9e..6dcd149d 100644 --- a/svnrev.sh +++ b/svnrev.sh @@ -43,8 +43,14 @@ EOF USB Loader GX USB Loader GX Team - 2.1 r$rev_new + 2.2 r$rev_new $rev_date + // remove this line to enable arguments 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. @@ -54,9 +60,12 @@ Features are automatic widescreen detection, coverdownload, parental control, th Credits: Coding: Dimok, nIxx, giantpune, ardi, Hungyip84, DrayX7, Lustar, r-win, WiiShizzza Artworks: cyrex, NeoRame +Validation: Cyan and many others +Issue management: Cyan / Dimok WiiTDB / Hosting covers: Lustar Hosting updates files: CorneliousJD USBLoader sources: Waninkoko, Kwiirk, Hermes +cIOS maintenance: davebaol, xabby666, XFlak and Rodries Languages files updates: Kinyo and translaters Hosting themes: Deak Phreak