From cd3b443f4e35e9f6e9a60a1b31187a164a29c452 Mon Sep 17 00:00:00 2001 From: Cyan Date: Sun, 18 Aug 2013 14:30:39 +0000 Subject: [PATCH] =?UTF-8?q?*=20Improved=20GameCube=20controller=20function?= =?UTF-8?q?s=20(patch=20by=20Dynamit)=20=20=20R+Z=3DScreenshot,=20X=3DGame?= =?UTF-8?q?info=20window,=20Y=3DCovers=20download=20*=20Added=20Classic=20?= =?UTF-8?q?Controller=20and=20GameCube=20Controller=20support=20=20=20in?= =?UTF-8?q?=20GameInfo=20window:=20=20=20Right=20stick=3D3D=20Cover=20move?= =?UTF-8?q?ment,=20X=3DFlip=203DCover=20180=C2=B0,=20L/R=3DZoom=20*=20Adde?= =?UTF-8?q?d=20Wifi6=20and=20wifi10=20pictures=20for=20GameInfo=20window.?= =?UTF-8?q?=20=20=20(Thanks=20OriginalHamster)=20*=20Added=20device=20prio?= =?UTF-8?q?rity=20selection=20for=20GameCube=20listing=20=20=20in=20global?= =?UTF-8?q?=20Loader=20settings=20(SD->USB,=20or=20USB->SD)=20*=20Added=20?= =?UTF-8?q?a=20"Use=20global"=20language=20setting=20for=20Gamecube=20game?= =?UTF-8?q?s.=20*=20Added=20support=20for=20USB=20devices=20with=20modifie?= =?UTF-8?q?d=20MBR's=20signature=20=20=20to=20prevent=20WiiU's=20format=20?= =?UTF-8?q?message.=20*=20Prevent=20Rockband=20cursor=20display=20on=20Gam?= =?UTF-8?q?eCube=20and=20WiiWare=20=20=20games=20with=20"band"=20in=20the?= =?UTF-8?q?=20title=20(Crach=20bandicoot,=20Beach=20=20=20Bandits,=20etc.)?= =?UTF-8?q?=20*=20Added=20Dol's=20Video=20mode=20patcher=20in=20Loader/Gam?= =?UTF-8?q?e=20settings,=20=20=20for=20games=20which=20couldn't=20be=20for?= =?UTF-8?q?ced.=20(MadWorld,=20MotoGP08,=20=20=20Mario=20Party=208,=20etc.?= =?UTF-8?q?)=20=20=20=20=20=E2=99=A6=20Region=20patch=20=3D=20Patches=20th?= =?UTF-8?q?e=20dol's=20known=20video=20modes=20=20=20=20=20=20=20=20=20=20?= =?UTF-8?q?=20=20=20to=20the=20region=20selected=20in=20"Video=20mode"=20s?= =?UTF-8?q?etting,=20=20=20=20=20=20=20=20=20=20=20=20=20but=20keep=20inte?= =?UTF-8?q?rlace/progressive=20references.=20=20=20=20=20=E2=99=A6=20ON=20?= =?UTF-8?q?=3D=20Patch=20all=20dol's=20known=20video=20modes=20to=20the=20?= =?UTF-8?q?one=20=20=20=20=20=20=20=20=20=20=20=20=20selected=20in=20"Vide?= =?UTF-8?q?o=20mode"=20setting.=20=20=20=20=20=E2=99=A6=20ALL=20=3D=20Patc?= =?UTF-8?q?h=20all=20dol's=20found=20video=20mode=20patterns=20=20=20=20?= =?UTF-8?q?=20=20=20=20=20=20=20=20=20(even=20unknown=20video=20modes)=20t?= =?UTF-8?q?o=20the=20one=20selected=20=20=20=20=20=20=20=20=20=20=20=20=20?= =?UTF-8?q?in=20"Video=20mode"=20setting.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * DML: Updated DM(L) version detection up to v2.10 * DML: Automatically enable PADHook if Screenshot setting is enabled * DML: Fixed a bug where multiple video modes could be set at the same time * DEVO: Added a prompt if trying to launch a game from a non FAT32 partition. * DEVO: Added Direct Mapping Buttons setting (Devo r200+) * DEVO: Added support for Language setting * Language files updated: Chinese, French --- HBC/META.XML | 4 +- Languages/czech.lang | 17 +- Languages/danish.lang | 17 +- Languages/dutch.lang | 17 +- Languages/english.lang | 17 +- Languages/finnish.lang | 17 +- Languages/french.lang | 19 +- Languages/german.lang | 17 +- Languages/greek.lang | 17 +- Languages/hungarian.lang | 17 +- Languages/italian.lang | 17 +- Languages/japanese.lang | 17 +- Languages/korean.lang | 17 +- Languages/norwegian.lang | 17 +- Languages/polish.lang | 17 +- Languages/portuguese_br.lang | 17 +- Languages/portuguese_pt.lang | 17 +- Languages/russian.lang | 17 +- Languages/schinese.lang | 1105 +++++++++++----------- Languages/spanish.lang | 17 +- Languages/swedish.lang | 17 +- Languages/tchinese.lang | 17 +- Languages/thai.lang | 17 +- Languages/turkish.lang | 17 +- data/images/wifi10.png | Bin 0 -> 5961 bytes data/images/wifi6.png | Bin 0 -> 5982 bytes source/BoxCover/BoxCover.cpp | 51 +- source/Controls/PartitionHandle.cpp | 2 +- source/Controls/PartitionHandle.h | 2 + source/GameCube/DEVO_Config.h | 7 +- source/GameCube/GCGames.cpp | 9 +- source/input.cpp | 4 +- source/menu/GameBrowseMenu.cpp | 4 +- source/patches/gamepatches.c | 356 ++++++- source/patches/gamepatches.h | 4 +- source/prompts/PromptWindows.cpp | 6 +- source/prompts/gameinfo.cpp | 6 + source/settings/CGameSettings.cpp | 14 + source/settings/CGameSettings.h | 4 + source/settings/CSettings.cpp | 14 + source/settings/CSettings.h | 2 + source/settings/SettingsEnums.h | 12 +- source/settings/menus/GCGameLoadSM.cpp | 19 +- source/settings/menus/GameLoadSM.cpp | 35 +- source/settings/menus/LoaderSettings.cpp | 56 +- source/system/IosLoader.cpp | 14 +- source/system/IosLoader.h | 2 + source/themes/filelist.h | 10 +- source/usbloader/GameBooter.cpp | 135 ++- source/usbloader/GameBooter.hpp | 1 + source/usbloader/disc.c | 46 +- source/usbloader/disc.h | 2 + source/utils/rockout.cpp | 1 + 53 files changed, 1561 insertions(+), 742 deletions(-) create mode 100644 data/images/wifi10.png create mode 100644 data/images/wifi6.png diff --git a/HBC/META.XML b/HBC/META.XML index 1c5ae0ad..f425fe47 100644 --- a/HBC/META.XML +++ b/HBC/META.XML @@ -2,8 +2,8 @@ USB Loader GX USB Loader GX Team - 3.0 r1215 - 20130526121306 + 3.0 r1216 + 20130818134939