mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2025-02-25 08:13:33 +01:00
-give JoostinOnline the feeling of being some good coder AKA
make him stop complaining about some uneeded changes :P
This commit is contained in:
parent
50f0e72e17
commit
ed5b21d418
@ -93,9 +93,10 @@ GXRModeObj * __Disc_SelectVMode(u8 videoselected, u64 chantitle)
|
|||||||
}
|
}
|
||||||
|
|
||||||
char Region;
|
char Region;
|
||||||
if(chantitle != 0)
|
if(chantitle)
|
||||||
Region = ((u32)(chantitle) & 0xFFFFFFFF) % 256;
|
Region = ((u32)(chantitle) & 0xFFFFFFFF) % 256;
|
||||||
else Region = diskid[3];
|
else
|
||||||
|
Region = diskid[3];
|
||||||
|
|
||||||
switch (videoselected)
|
switch (videoselected)
|
||||||
{
|
{
|
||||||
|
@ -111,10 +111,10 @@ void Sys_Exit(void)
|
|||||||
IOS_ReloadIOS(254);
|
IOS_ReloadIOS(254);
|
||||||
|
|
||||||
//else
|
//else
|
||||||
if(WII_LaunchTitle(HBC_108) < 0)
|
WII_LaunchTitle(HBC_108);
|
||||||
if(WII_LaunchTitle(HBC_HAXX) < 0)
|
WII_LaunchTitle(HBC_JODI);
|
||||||
if(WII_LaunchTitle(HBC_JODI) < 0)
|
WII_LaunchTitle(HBC_HAXX);
|
||||||
SYS_ResetSystem(SYS_RETURNTOMENU, 0, 0);
|
SYS_ResetSystem(SYS_RETURNTOMENU, 0, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
void __Sys_ResetCallback(void)
|
void __Sys_ResetCallback(void)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user