usbloadergx/source
strtoul a66a30a771 *removed buggy focus system completely (it was never working correct)
*added support to control screen pointer with gc pad or classic controller. you are always able to control as long as the corresponding wii control does not point to the screen (e.g. wiimote 1 not pointing to screen -> gcpad/classic controller 1 can control pointer 1). a speed factor is added to the gui option. need feedback about a proper default value, currently 15% (only tested gc pad on dolphin-emu)
*fix reinit of cheatcount on download of new file
*moved installation window to be on top of main window
*added game installation cancel
*added nand extract cancel
*added back extract of save feature for a real nand channels
*added auto position of progress window messages in vertical direction depending of how many are used at the same time
2011-12-28 16:27:30 +00:00
..
banner *fix reloading into another IOS before launch of game 2011-12-22 22:44:48 +00:00
BoxCover *Fixed compile error 2011-07-25 22:28:22 +00:00
Channels *added import of channel type on category import from GameTDB (VC-N64, WiiWare.....) 2011-12-23 22:04:27 +00:00
cheats *removed buggy focus system completely (it was never working correct) 2011-12-28 16:27:30 +00:00
Controls *removed buggy focus system completely (it was never working correct) 2011-12-28 16:27:30 +00:00
FileOperations *Added banner sounds for channels (emu and real nand) 2011-11-13 09:09:27 +00:00
GUI *removed buggy focus system completely (it was never working correct) 2011-12-28 16:27:30 +00:00
homebrewboot *Added banner sounds for channels (emu and real nand) 2011-11-13 09:09:27 +00:00
ImageOperations *Added banner sounds for channels (emu and real nand) 2011-11-13 09:09:27 +00:00
language - add check for the covers of the currently inserted disc to the cover downloader (is checked with the other games in the list) 2011-12-20 21:41:00 +00:00
libs *removed buggy focus system completely (it was never working correct) 2011-12-28 16:27:30 +00:00
memory *Fixed Nand Emu on d2x v7 alpha versions for USB (thanks davebaol) 2011-07-29 20:59:31 +00:00
menu *removed buggy focus system completely (it was never working correct) 2011-12-28 16:27:30 +00:00
mload *fix reloading into another IOS before launch of game 2011-12-22 22:44:48 +00:00
network *fix reloading into another IOS before launch of game 2011-12-22 22:44:48 +00:00
patches *removed buggy focus system completely (it was never working correct) 2011-12-28 16:27:30 +00:00
prompts *removed buggy focus system completely (it was never working correct) 2011-12-28 16:27:30 +00:00
settings *removed buggy focus system completely (it was never working correct) 2011-12-28 16:27:30 +00:00
SoundOperations *added new feature to force aspec ratio on games/channels (global and per game setting) (thx giantpune for help with disassemble) 2011-12-23 15:48:20 +00:00
system *fix reloading into another IOS before launch of game 2011-12-22 22:44:48 +00:00
themes *removed buggy focus system completely (it was never working correct) 2011-12-28 16:27:30 +00:00
usbloader *removed buggy focus system completely (it was never working correct) 2011-12-28 16:27:30 +00:00
utils *removed buggy focus system completely (it was never working correct) 2011-12-28 16:27:30 +00:00
wad *removed buggy focus system completely (it was never working correct) 2011-12-28 16:27:30 +00:00
xml *removed necessary syncing of partition header on installation of games (fix for the long wait on 100% game install) 2011-12-28 09:55:00 +00:00
audio.cpp *Fixed compile error 2011-07-25 22:28:22 +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
FreeTypeGX.cpp *Fixed compile error 2011-07-25 22:28:22 +00:00
FreeTypeGX.h *Fixed compile error 2011-07-25 22:28:22 +00:00
gecko.c * added nand channel emulation (big thanks to TriiForce guys and Miigotu for laying out the foundation) 2011-11-12 18:14:09 +00:00
gecko.h *Fixed compile error 2011-07-25 22:28:22 +00:00
input.cpp *removed buggy focus system completely (it was never working correct) 2011-12-28 16:27:30 +00:00
input.h *removed buggy focus system completely (it was never working correct) 2011-12-28 16:27:30 +00:00
lstub.cpp *Fixed compile error 2011-07-25 22:28:22 +00:00
lstub.h * Unified formating of source files. 2010-09-24 00:48:03 +00:00
main.cpp *Fixed compile error 2011-07-25 22:28:22 +00:00
main.h * Unified formating of source files. 2010-09-24 00:48:03 +00:00
menu.cpp *removed buggy focus system completely (it was never working correct) 2011-12-28 16:27:30 +00:00
menu.h *removed buggy focus system completely (it was never working correct) 2011-12-28 16:27:30 +00:00
StartUpProcess.cpp *removed necessary syncing of partition header on installation of games (fix for the long wait on 100% game install) 2011-12-28 09:55:00 +00:00
StartUpProcess.h *Add boot without HDD connected (channel mode is fallback). Timeout of 20 secs still comes up on start but you have now the chance to cancel it by pressing B (with a message ;-)) 2011-11-20 10:46:07 +00:00
svnrev.h *Fixed compile error 2011-07-25 22:28:22 +00:00
sys.cpp *fix reloading into another IOS before launch of game 2011-12-22 22:44:48 +00:00
sys.h *Fixed compile error 2011-07-25 22:28:22 +00:00
video.cpp *Fixed compile error 2011-07-25 22:28:22 +00:00
video.h *Fixed compile error 2011-07-25 22:28:22 +00:00
wpad.c *Fixed compile error 2011-07-25 22:28:22 +00:00
wpad.h *Fixed compile error 2011-07-25 22:28:22 +00:00
wstring.cpp *Add boot without HDD connected (channel mode is fallback). Timeout of 20 secs still comes up on start but you have now the chance to cancel it by pressing B (with a message ;-)) 2011-11-20 10:46:07 +00:00
wstring.hpp * added nand channel emulation (big thanks to TriiForce guys and Miigotu for laying out the foundation) 2011-11-12 18:14:09 +00:00
ZipFile.cpp *Fixed compile error 2011-07-25 22:28:22 +00:00
ZipFile.h *Fixed compile error 2011-07-25 22:28:22 +00:00