From b9139a42422ec26e396e395da3947f179781cfa4 Mon Sep 17 00:00:00 2001 From: cyan06 Date: Sun, 28 Jun 2015 14:13:52 +0000 Subject: [PATCH] * Fixed downloading wiitdb on new install * Fixed creating game save path for EmuNAND channels if EmuNAND chan path is different than EmuNAND save path. * Prevent deleted channels to be displayed if tmd still exists * Moved gameconfig.txt loading outside of Ocarina function * Changed return values in game booter * Nintendont: check Kenobiwii.bin only on Rev < 336 --- HBC/META.XML | 4 +- source/Channels/channels.cpp | 47 ++++++++++++++++++ source/Channels/channels.h | 1 + source/StartUpProcess.cpp | 2 +- source/network/update.cpp | 4 +- source/patches/patchcode.c | 42 ++++++++-------- source/patches/patchcode.h | 1 + source/prompts/GameWindow.cpp | 9 ++-- source/settings/CSettings.cpp | 2 +- source/usbloader/GameBooter.cpp | 86 +++++++++++++++++---------------- source/usbloader/SavePath.cpp | 20 ++++---- source/usbloader/SavePath.h | 2 +- 12 files changed, 138 insertions(+), 82 deletions(-) diff --git a/HBC/META.XML b/HBC/META.XML index c2e30661..a3500d11 100644 --- a/HBC/META.XML +++ b/HBC/META.XML @@ -2,8 +2,8 @@ USB Loader GX USB Loader GX Team - 3.0 r1246 - 20150510135131 + 3.0 r1247 + 20150613113624