usbloadergx/source
dimok321 8e962e6187 *Optimized the automatic usb port switching. It is now a lot faster on mounting if partitions are FAT/NTFS/EXT because no port switch is required on WBFS_Open() or WBFS_Close() on those partitions.
*Disabled use of custom paths on other than SD if automatic port switching is enabled. This could damage a partition and we don't want to take that risk. So if you want to enable automatic usb port switching than you have to set all paths on sd:/ first now. Also when in this mode, only sd:/ will be available for setting custom paths.
*Changed setting of usb port switching to a more failsafer way.

NOTE: To all that did already enable the automatic usb port switching and have custom paths on some usb partition. Change this please or else your usbs filesystems are in danger. You have been warned!
2011-02-06 09:34:06 +00:00
..
banner *Stupid merging did not remove everything like supposed 2010-12-27 10:08:24 +00:00
BoxCover *Added support for Wiimms virtual sector sizes for WBFS (sector sizes other than 512 bytes per sector). Sector sizes other than 512 bytes support more games than 500 (sector size - 12 games). You can just format your drive with Wiimms tools and use it. 2011-02-04 15:25:27 +00:00
cheats *Fixed several theme images being not loaded. Made all recourses from SVN now themable (sounds/fonts/images). They only have to be in the same folder as the theme images. 2011-01-08 12:35:41 +00:00
Controls *Added support for using USB port 1 (ONLY ON HERMES CIOS) 2011-02-05 21:06:52 +00:00
FileOperations *Prepare source code for devkitPPC r23 - replaced removed directory functions 2011-02-02 18:30:15 +00:00
fonts undo the code formatting. somehow it got screwed up 2010-02-09 10:59:55 +00:00
homebrewboot *Prepare source code for devkitPPC r23 - replaced removed directory functions 2011-02-02 18:30:15 +00:00
ImageOperations *Removed ramdisk 2010-09-26 08:33:43 +00:00
images *Prepare source code for devkitPPC r23 - replaced removed directory functions 2011-02-02 18:30:15 +00:00
language *Revert constant version number in credits (from release v2.0 to svn) 2011-01-09 16:03:29 +00:00
libs *Fixed bug I introduced with R1062 where games do not start from NTFS/FAT/EXT 2011-02-05 10:36:55 +00:00
libwiigui *Fixed issue 1808 2011-01-30 16:22:16 +00:00
memory *Moved wii.spiffy360.com url in theme downloader a bit down (wasn't shown on some TVs) 2011-01-02 13:56:24 +00:00
menu *Fixed a few bugs in the multiple partition mount (causing crashes at some certain situations) 2011-02-03 21:46:54 +00:00
mload *Added support for using USB port 1 (ONLY ON HERMES CIOS) 2011-02-05 21:06:52 +00:00
network *Fixed a few bugs in the multiple partition mount (causing crashes at some certain situations) 2011-02-03 21:46:54 +00:00
patches *Fixed the parental control settings code dump 2011-01-21 19:43:59 +00:00
prompts *Optimized the automatic usb port switching. It is now a lot faster on mounting if partitions are FAT/NTFS/EXT because no port switch is required on WBFS_Open() or WBFS_Close() on those partitions. 2011-02-06 09:34:06 +00:00
settings *Optimized the automatic usb port switching. It is now a lot faster on mounting if partitions are FAT/NTFS/EXT because no port switch is required on WBFS_Open() or WBFS_Close() on those partitions. 2011-02-06 09:34:06 +00:00
SoundOperations *Prepare source code for devkitPPC r23 - replaced removed directory functions 2011-02-02 18:30:15 +00:00
sounds A lot of changes with this rev 2010-11-13 22:34:53 +00:00
system *Added support for using USB port 1 (ONLY ON HERMES CIOS) 2011-02-05 21:06:52 +00:00
themes *Added a "Theme Menu" to the global settings 2011-02-05 14:46:06 +00:00
usbloader *Optimized the automatic usb port switching. It is now a lot faster on mounting if partitions are FAT/NTFS/EXT because no port switch is required on WBFS_Open() or WBFS_Close() on those partitions. 2011-02-06 09:34:06 +00:00
utils *Added several basic gui classes like drawing box/circle only with the GX engine without the need of a resource 2011-01-23 20:13:41 +00:00
wad *Fixed DVD access in IOS58 mode (needs AHBPROT) 2011-01-14 15:39:42 +00:00
xml *Completely rewrote the asynchron GuiImageData class (problems from switch Carousel<->Grid layour should be fixed now) 2010-12-19 18:20:33 +00:00
audio.cpp * Unified formating of source files. 2010-09-24 00:48:03 +00:00
audio.h *Added Standard IOS option to global settings. This decides with what IOS the Loader is gonna boot next. 2009-05-03 18:53:31 +00:00
filelist.h *Prepare source code for devkitPPC r23 - replaced removed directory functions 2011-02-02 18:30:15 +00:00
FreeTypeGX.cpp *Added use of IOS58 for Loader option. It is enabled by default and can be disabled in the Loader Settings. If it is disabled the Boot/Standard cIOS is loaded on startup, after reading the config files. 2011-01-12 19:30:04 +00:00
FreeTypeGX.h * Unified formating of source files. 2010-09-24 00:48:03 +00:00
gecko.c *Added use of IOS58 for Loader option. It is enabled by default and can be disabled in the Loader Settings. If it is disabled the Boot/Standard cIOS is loaded on startup, after reading the config files. 2011-01-12 19:30:04 +00:00
gecko.h *Reworked the whole WiiTDB.xml parsing. This is now done with mxml due to a lack of memory the file is now streamed. Now the full wiitdb.xml file with all languages is always used. The update of WiiTDB is also changed. It is now only updated if the version of the wiitdb.xml file does not match the version of the online file. 2010-12-03 18:38:57 +00:00
input.cpp *Corrected clock position (copy/paste mistake) 2011-01-02 09:23:44 +00:00
input.h *Corrected clock position (copy/paste mistake) 2011-01-02 09:23:44 +00:00
lstub.cpp *Fixed booting games for huge ext2/3/4 drives 2010-12-12 16:31:13 +00:00
lstub.h * Unified formating of source files. 2010-09-24 00:48:03 +00:00
main.cpp *Fixed bug I introduced with R1062 where games do not start from NTFS/FAT/EXT 2011-02-05 10:36:55 +00:00
main.h * Unified formating of source files. 2010-09-24 00:48:03 +00:00
menu.cpp *Added a "Theme Menu" to the global settings 2011-02-05 14:46:06 +00:00
menu.h *Added a "Theme Menu" to the global settings 2011-02-05 14:46:06 +00:00
StartUpProcess.cpp *Added support for using USB port 1 (ONLY ON HERMES CIOS) 2011-02-05 21:06:52 +00:00
StartUpProcess.h *added loading screen 2010-12-30 23:49:22 +00:00
svnrev.h * remove little unused code 2010-09-18 23:16:05 +00:00
sys.cpp *Prepare source code for devkitPPC r23 - replaced removed directory functions 2011-02-02 18:30:15 +00:00
sys.h *Added a GUI setting for HOME button layout 2011-01-22 16:10:36 +00:00
video.cpp *Fixed issue 1808 2011-01-30 16:22:16 +00:00
video.h * Unified formating of source files. 2010-09-24 00:48:03 +00:00
wpad.c *Corrected clock position (copy/paste mistake) 2011-01-02 09:23:44 +00:00
wpad.h *Corrected clock position (copy/paste mistake) 2011-01-02 09:23:44 +00:00
wstring.cpp * Unified formating of source files. 2010-09-24 00:48:03 +00:00
wstring.hpp * Unified formating of source files. 2010-09-24 00:48:03 +00:00
ZipFile.cpp *Added a "Theme Menu" to the global settings 2011-02-05 14:46:06 +00:00
ZipFile.h *Added a "Theme Menu" to the global settings 2011-02-05 14:46:06 +00:00