mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2025-02-02 13:52:36 +01:00
-added my gc ntsc-j patch to wiiflow, it will be applied automatically
if a japanese gc game is starting, this should fix playing those games on pal and ntsc-u wiis properly
This commit is contained in:
parent
761ca4bddb
commit
8f66b05995
@ -31,6 +31,7 @@
|
||||
#define IOS_Patch_Start ((vu32*)0x93400000)
|
||||
#define IOS_Patch_End ((vu32*)0x94000000)
|
||||
|
||||
#define HW_PPCSPEED ((vu32*)0xCD800018)
|
||||
#define HW_GPIO_OUT ((vu32*)0xCD8000E0)
|
||||
#define HW_GPIOB_OUT ((vu32*)0xCD8000C0)
|
||||
#define HW_AHBPROT ((vu32*)0xCD800064)
|
||||
|
@ -947,6 +947,9 @@ void CMenu::_launchGC(dir_discHdr *hdr, bool disc)
|
||||
|
||||
GC_SetVideoMode(videoMode, videoSetting, DIOSMIOS);
|
||||
GC_SetLanguage(GClanguage);
|
||||
/* NTSC-J Patch by FIX94 */
|
||||
if(id[3] == 'J')
|
||||
*HW_PPCSPEED = 0x0002A9E0;
|
||||
|
||||
if(DIOSMIOS)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user