usbloadergx/source/prompts
giantpune c6fd33eeb1 change the per game settings around a bit.
made the channel browser read database.txt.  The text should be in the config path (because i couldn't think of a better place for it).  And the format for the txt is the first 3 chars of the 4 char ID, then any 1 character, then the name (read up to 51 chars.
eg.
ULN USB Loader GX Full Channel
HAX Homebrew Channel
HAT Nintendo Channel

The database for ATD mod follows this format, so its a great place to start.  If people are going to be passing around a database, it would be wise to keep custom channels off this, as my WADD that says WadManager is not the same as somebody else's WADQ which could be a self destruct or something.

Commented out the code that loads titles.txt.  It was reported that this file is keeping WiiSportsResort from loading on some Wiis.  And it isn't needed anymore since there is the xml file with all the names in it.  I left the code in though in case somebody thinks that it is actually useful.

Added 1 more game to the list of known alt dols.
2009-07-27 01:15:16 +00:00
..
DiscBrowser.cpp change the per game settings around a bit. 2009-07-27 01:15:16 +00:00
DiscBrowser.h added a function to auto select the alt dol based on a list. there are only a few on the list right now. 2009-07-16 06:37:33 +00:00
filebrowser.cpp change the onscreen keyboard to filebrowser for custom paths 2009-07-25 09:39:01 +00:00
filebrowser.h change the onscreen keyboard to filebrowser for custom paths 2009-07-25 09:39:01 +00:00
gameinfo.cpp * Add some translations wich was forgotten in source 2009-07-23 00:41:57 +00:00
gameinfo.h Made a function to save the URL for WiiTDB.zip in a txt file on the update path. This is for people that don't have WiFi or neighbors with WiFi or can't take their Wii to TacoBell or Starbucks who has free WiFi. The text on the bottom of the gameinfo window tells how to use it. And if the function completed, the text tells exactly where the URL was saved. For those really stupid people, the text also tells them to copy/paste this URL into a web browser to get the zip file they need. 2009-07-22 06:56:50 +00:00
ProgressWindow.cpp *Added SendElf / WiiLoad support for the Homebrew Launcher 2009-07-23 17:24:08 +00:00
ProgressWindow.h *Changed whole GameInstall ProgressWindow behaviour 2009-07-05 20:22:29 +00:00
PromptWindows.cpp A more complete qwerty keyboard has been added as asked on issue 437 and some little stuff. 2009-07-25 16:40:19 +00:00
PromptWindows.h add filesize function to get size of dols. 2009-07-20 07:23:30 +00:00
TitleBrowser.cpp change the per game settings around a bit. 2009-07-27 01:15:16 +00:00
TitleBrowser.h change the onscreen keyboard to filebrowser for custom paths 2009-07-25 09:39:01 +00:00