From db0ca2e965531d3c50438a1738cb6f273ba3a51d Mon Sep 17 00:00:00 2001 From: "fix94.1" Date: Fri, 31 Aug 2012 19:25:49 +0000 Subject: [PATCH] -added support for 3 more 2 disc gamecube games for installing (thanks etheboss) --- source/loader/gc_disc_dump.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/loader/gc_disc_dump.cpp b/source/loader/gc_disc_dump.cpp index 5912f1ca..bfc22765 100644 --- a/source/loader/gc_disc_dump.cpp +++ b/source/loader/gc_disc_dump.cpp @@ -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: