mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-23 19:59:16 +01:00
-added support for 3 more 2 disc gamecube games for installing
(thanks etheboss)
This commit is contained in:
parent
f90a4eedd7
commit
db0ca2e965
@ -266,6 +266,9 @@ bool GCDump::__CheckMDHack(u32 ID)
|
||||
switch(ID >> 8)
|
||||
{
|
||||
case 0x475153: /*** Tales of Symphonia ***/
|
||||
case 0x474b42: /*** Baten Kaitos: Eternal Wings and the Lost Ocean ***/
|
||||
case 0x473341: /*** The Lord of the Rings: The Third Age ***/
|
||||
case 0x473554: /*** Tiger Woods PGA Tour 2005 ***/
|
||||
return true;
|
||||
break;
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user