More TU Matching in PAL (#469)
* Fix w20Dll linking * Match some more TUs in PAL * Fix NTSC Build
This commit is contained in:
parent
76ad3ea249
commit
42a72ba07f
7 changed files with 138 additions and 22 deletions
|
|
@ -43,10 +43,17 @@ void main(void)
|
|||
u32 met1;
|
||||
s16 i;
|
||||
s32 retrace;
|
||||
|
||||
#if VERSION_PAL
|
||||
s16 temp = 0;
|
||||
#endif
|
||||
|
||||
HuDvdErrWait = 0;
|
||||
SystemInitF = 0;
|
||||
#if VERSION_NTSC
|
||||
HuSysInit(&GXNtsc480IntDf);
|
||||
#else
|
||||
HuSysInit(&GXPal528IntDf);
|
||||
#endif
|
||||
HuPrcInit();
|
||||
HuPadInit();
|
||||
GWInit();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue