From 9e993326e57234a824fc84a755101329c43255ad Mon Sep 17 00:00:00 2001 From: Cyan Date: Sun, 9 Dec 2012 21:36:32 +0000 Subject: [PATCH] * Fixed installation destination for multi-Disc based games. Second ISO is now properly going into the existing folder instead of using the Disc's internal Game Title. * Prevent deleting a folder when installation is canceled if the folder still contains another disc number. * Added a new setting to select GameCube game source: SD, USB, Auto Auto = based on DIOS MIOS (Lite). This new setting fix two known problems: - Device selection for Devolution is no more dependent of the installed DM(L) type. (Select manually before launching a game) - Installation of a game on a device if the game is already on another device is now possible. --- HBC/META.XML | 4 +- source/GameCube/GCDumper.cpp | 15 ++++++-- source/GameCube/GCDumper.hpp | 2 +- source/GameCube/GCGames.cpp | 49 ++++++++++++++---------- source/menu/menu_install.cpp | 20 +++++++++- source/settings/CSettings.cpp | 7 ++++ source/settings/CSettings.h | 1 + source/settings/SettingsEnums.h | 10 +++++ source/settings/menus/LoaderSettings.cpp | 25 ++++++++++++ source/settings/menus/LoaderSettings.hpp | 1 + 10 files changed, 106 insertions(+), 28 deletions(-) diff --git a/HBC/META.XML b/HBC/META.XML index 9318a215..7d8a2fd5 100644 --- a/HBC/META.XML +++ b/HBC/META.XML @@ -2,8 +2,8 @@ USB Loader GX USB Loader GX Team - 3.0 r1206 - 20121209202238 + 3.0 r1207 + 20121209211824