-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:
fix94.1 2013-04-24 21:37:04 +00:00
parent 761ca4bddb
commit 8f66b05995
2 changed files with 4 additions and 0 deletions

View File

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

View File

@ -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)
{