-added support for 3 more 2 disc gamecube games for installing

(thanks etheboss)
This commit is contained in:
fix94.1 2012-08-31 19:25:49 +00:00
parent f90a4eedd7
commit db0ca2e965

View File

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