From 77f7daf9dcbe73bc1a5ea2b4fca5b459dc763cc2 Mon Sep 17 00:00:00 2001 From: Cyan Date: Sun, 9 Dec 2012 20:31:55 +0000 Subject: [PATCH] * Added possibility to install multi-Discs GameCube games * Added auto-detection and loading multi-Disc games with both Devolution and DIOS MIOS (Lite). The Disc 2 must be named disc2.iso and placed in the same folder than game.iso * DML: Prevent temporary ocarina .gct file copy if the game is launched from disc Note: If you use "GameCube compress" option (Extracted game format): - If one of the disc is already extracted, it will not allows you to dump another disc (as it's now using the same folder, it would overwrite files from the other disc) - If Disc 1 doesn't exist, it will tell you that disc 2 needs to be in ISO format, but will asks if you really want to install the game in extracted format. --- HBC/META.XML | 4 +-- source/GameCube/DML_Config.h | 2 +- source/GameCube/GCDumper.cpp | 6 ++-- source/GameCube/GCGames.cpp | 41 ++++++++++++++++++++++-- source/GameCube/GCGames.h | 2 +- source/menu/menu_install.cpp | 21 +++++++++++-- source/usbloader/GameBooter.cpp | 56 ++++++++++++++++++++++++++++----- source/usbloader/disc.h | 5 ++- 8 files changed, 119 insertions(+), 18 deletions(-) diff --git a/HBC/META.XML b/HBC/META.XML index 1aa09a8d..9318a215 100644 --- a/HBC/META.XML +++ b/HBC/META.XML @@ -2,8 +2,8 @@ USB Loader GX USB Loader GX Team - 3.0 r1205 - 20121209184858 + 3.0 r1206 + 20121209202238