usbloadergx/source
giantpune 55a401e4a5 lots of changes here
changed gprintf() to use crediar's method because it is smaller and works just the same.

allow r-win's debug printf() stuff to be sent to the gecko to reduce redundant stuff there 

issue 1073.  headless mode - allow game to be booted via argv[1].

took out all the params from the exitprompt since they aren't used.

took out all the #ifdef stuff for building for a wii.  obviously this wont run on a gamecube so it isn't needed.

added a way to check what version of a IOS is installed before trying to boot into it.  added IOS_ReloadIOSsafe(). this should stop idiots with the 4.2 stubs from bitching about why stuff doesn't work.

use that check so you only see the "222v4 is needed" prompt in the settings if you don't already have that installed.

fix issue 1039. (must still be compiled without NO_DEBUG defined because technically WiiRD is a debugger)
2009-12-03 01:06:09 +00:00
..
banner *Added the custom libfat source to our source so you don't need to replace the original one in libogc 2009-11-15 21:30:44 +00:00
cheats *Added the custom libfat source to our source so you don't need to replace the original one in libogc 2009-11-15 21:30:44 +00:00
fonts Added a macron in case any particular title happens to require it. The network init prompt won't show up at all when network has already been initialized. Ocarina should work for people that still had the problem with recent revisions (it fixed it for me, but only when using SD, not SDHC). 2009-10-18 21:23:54 +00:00
homebrewboot lots of changes here 2009-12-03 01:06:09 +00:00
images * Added a visual mark for new installed games. The first time this revision is started no games will be marked! 2009-11-21 22:59:57 +00:00
language * Added initial support for the new wiiload (compressed protocol), uncompressed protocol is also supported 2009-09-30 23:10:58 +00:00
libfat *Added the custom libfat source to our source so you don't need to replace the original one in libogc 2009-11-15 21:30:44 +00:00
libwbfs * Added FAT support (Issue 1054) 2009-11-15 19:52:58 +00:00
libwiigui lots of changes here 2009-12-03 01:06:09 +00:00
menu lots of changes here 2009-12-03 01:06:09 +00:00
mload * Added FAT support (Issue 1054) 2009-11-15 19:52:58 +00:00
network For people who use two partitions (FAT32 and WBFS), wiitdb.zip won't be overwritten anymore when they update. The file is now loaded and saved as wiitdb_(partition).zip, so you can switch partitions and keep titles/infos. If wiitdb_(partition).zip is not found it loads wiitdb.zip. When exiting settings, the partition is now reloaded only when needed. WiiTDB update should work again for people who own more than 240 games. Fixed a rare crash that could be issue 1083. 2009-11-22 16:42:53 +00:00
patches * Added FAT support (Issue 1054) 2009-11-15 19:52:58 +00:00
prompts lots of changes here 2009-12-03 01:06:09 +00:00
ramdisk * GuiSound stuff rewritten it makes modular 2009-11-09 23:03:13 +00:00
settings lots of changes here 2009-12-03 01:06:09 +00:00
sounds * GuiSound stuff rewritten it makes modular 2009-11-09 23:03:13 +00:00
themes * GuiSound stuff rewritten it makes modular 2009-11-09 23:03:13 +00:00
unzip Fixed bugs with sending zip files: 2009-10-02 06:55:40 +00:00
usbloader lots of changes here 2009-12-03 01:06:09 +00:00
wad lots of changes here 2009-12-03 01:06:09 +00:00
xml For people who use two partitions (FAT32 and WBFS), wiitdb.zip won't be overwritten anymore when they update. The file is now loaded and saved as wiitdb_(partition).zip, so you can switch partitions and keep titles/infos. If wiitdb_(partition).zip is not found it loads wiitdb.zip. When exiting settings, the partition is now reloaded only when needed. WiiTDB update should work again for people who own more than 240 games. Fixed a rare crash that could be issue 1083. 2009-11-22 16:42:53 +00:00
audio.cpp *code beautification* 2009-07-30 05:41:12 +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
bannersound.cpp * Added FAT support (Issue 1054) 2009-11-15 19:52:58 +00:00
bannersound.h * GuiSound stuff rewritten it makes modular 2009-11-09 23:03:13 +00:00
data1 Set up 3rd tab in settings screen for any other settings. Added new images for tabs.(NeoRame). Did some housekeeping with the code. 2009-05-11 19:55:14 +00:00
fatmounter.c *Added the custom libfat source to our source so you don't need to replace the original one in libogc 2009-11-15 21:30:44 +00:00
fatmounter.h * Added FAT support (Issue 1054) 2009-11-15 19:52:58 +00:00
filelist.h * Added a visual mark for new installed games. The first time this revision is started no games will be marked! 2009-11-21 22:59:57 +00:00
FreeTypeGX.cpp * little stuff in FreeTypeGX 2009-10-24 22:03:12 +00:00
FreeTypeGX.h * little stuff in FreeTypeGX 2009-10-24 22:03:12 +00:00
gecko.c lots of changes here 2009-12-03 01:06:09 +00:00
gecko.h lots of changes here 2009-12-03 01:06:09 +00:00
input.cpp * Added initial support for the new wiiload (compressed protocol), uncompressed protocol is also supported 2009-09-30 23:10:58 +00:00
input.h * Added initial support for the new wiiload (compressed protocol), uncompressed protocol is also supported 2009-09-30 23:10:58 +00:00
listfiles.c *Added the custom libfat source to our source so you don't need to replace the original one in libogc 2009-11-15 21:30:44 +00:00
listfiles.h - fix tooltips in GameCarousel 2009-10-05 10:53:19 +00:00
lstub.c * GuiSound stuff rewritten it makes modular 2009-11-09 23:03:13 +00:00
lstub.h sprinkled gprintf() throughout the source some more. 2009-10-20 23:00:19 +00:00
main.cpp lots of changes here 2009-12-03 01:06:09 +00:00
main.h * GuiSound stuff rewritten it makes modular 2009-11-09 23:03:13 +00:00
memory.h * Added initial support for the new wiiload (compressed protocol), uncompressed protocol is also supported 2009-09-30 23:10:58 +00:00
menu.cpp lots of changes here 2009-12-03 01:06:09 +00:00
menu.h * GuiSound stuff rewritten it makes modular 2009-11-09 23:03:13 +00:00
Metaphrasis.cpp * Added initial support for the new wiiload (compressed protocol), uncompressed protocol is also supported 2009-09-30 23:10:58 +00:00
Metaphrasis.h * Added initial support for the new wiiload (compressed protocol), uncompressed protocol is also supported 2009-09-30 23:10:58 +00:00
stub.S Set up 3rd tab in settings screen for any other settings. Added new images for tabs.(NeoRame). Did some housekeeping with the code. 2009-05-11 19:55:14 +00:00
svnrev.h * Added initial support for the new wiiload (compressed protocol), uncompressed protocol is also supported 2009-09-30 23:10:58 +00:00
sys.cpp lots of changes here 2009-12-03 01:06:09 +00:00
sys.h lots of changes here 2009-12-03 01:06:09 +00:00
video.cpp lots of changes here 2009-12-03 01:06:09 +00:00
video.h *code beautification* 2009-07-30 05:41:12 +00:00
wpad.c lots of changes here 2009-12-03 01:06:09 +00:00
wpad.h *code beautification* 2009-07-30 05:41:12 +00:00
ZipFile.cpp *Created a Theme Downloader with preview, downloading themes from http://wii.spiffy360.com/ (Thanks for hosting them) 2009-10-21 19:32:46 +00:00
ZipFile.h *Created a Theme Downloader with preview, downloading themes from http://wii.spiffy360.com/ (Thanks for hosting them) 2009-10-21 19:32:46 +00:00