the "GameCube Source" setting has USB priority.
* Fixed Playlog writing when using Hermes cIOS v4 (untested)
(Requires AHB access).
* Fixed EmuNAND when using cIOS revision 65535 (issue 2225)
* Added Nintendont support:
1. Select Nintendont's boot.dol folder in userpath settings.
2. Set the "GameCube Mode" setting to Nintendont.
3. Nintendont share some of DIOS MIOS (Lite) settings.
* Added sections in the Loader settings
(Wii/gamecube/Devolution/DIOS MIOS/Nintendont).
* Updated the GameCube game settings to display only
the selected GameCube mode related settings.
* Updated some menus to support more controller's input:
- Prevent GC/CC X and Y buttons to change row number in
Wall layout (use d-pad up/down only)
- Added GC/CC support to carousel's arrow button
- Added GC/CC support to Wall/Carousel continuous
scroll (+/- on CC, L/R on GC)
- Added GC support L/R and Start buttons in the
settings/homebrew browser.
- Added D-pad support in listing windows if not pointing
the screen. The cursor now moves with the selection
(not very good with high Overscan value) (issue 2093)
* Changed the StartupProcess to speed up launch time by
using AHB access to read config files. IOS argument in
meta.xml has priority over AHB detection.
* Added IOS58 + AHB support for launching the loader
without cIOS (Wii games and EmuNAND still require cIOS).
* Added a Loader's IOS setting (now Loader and Games use
two separate settings: loader can use 58 and games 249).
* Added LibruntimeIOSPatch to patch IOS58 and Hermes v4 to
get ISFS access and enable Banner mode, Channel's title
and System font with these IOSes (Requires AHB access)
* Added a delete prompt if downloaded cheat file is empty.
* Force all launched homebrew to reload to IOS58 if available.
* Changed Gecko.c to send logs to wifigecko too.
* Changed wifigecko IP to send logs to all IP 192.168.0.x
* Updated French translation.
* Fixed progress window not hiding if Wiiload didn't send the file.
* Simplify HBC loading logic.
* Added a warning when trying to launch a Wii game with a non-d2x
cIOS if EmuNAND is enabled.
* Fixed individual game settings to allow modification of the EmuNAND
settings based on the game's IOS instead of global IOS.
* Added back cIOS rev17-21 support for EmuNAND Channel. issue 2152
(Thanks to Garfunkiel for the patch and to Themanuel
for all the tests with game compatibility and partition detection)
This hidden feature is unlocked only if all the user's setup
is compatible with rev17-21:
EmuNAND Channel path must be on the root of the first FAT32
partition on a 512 bytes/sector device.
* DML: Changed the GameCube Multi-discs prompt logic to display
on older DIOS MIOS (Lite) versions too.
* DML: Added a partition type verification to warn the user
if the HDD is not correctly setup.
*Optimized TMD loading. Removed unnecessary accesses to it.
*Fixed ocarina path loading for channels
*Optimized device shutdown before game/channel start
*A few code optimizations
* added direct list of emu nand channels without activating emu nand (for speed up)
* removed autoclose of search bar and changed the search engine to have both methods
* added setting for switching "Beginning" and "Content" search methods and a quick switch button on search window
* added autocomplete if only one search character is available and more than one match
* added seperate path and setting for emu nand channels/saves
* added caching of emu nand channel titles
* fixed a few alignment issues when activating emu nand (thanks daveboal)
* some minor clean ups
TODO/Next Rev:
* add channels banner sounds
* remove unneeded game settings options on channels
*Disabled try to mount of drive when no disc is inserted
*Bug in NandEmu fat FD close was fixed with latest d2x, workaround removed
*Added create of nand emu path for rabbits go home to /title/00010004/ (Partial Nand Emu) (thx nic for the info)
*Fixed loading default values for new added game settings
*Added check for d2x IOS for Nand Emu again (now it's valid)
*Added different hooktype and wiird debugger (see "Loader Settings") (thanks GeckoOS for the sources)