usbloadergx/source/prompts
giantpune a02013f03f put in a possible "fix" for the disappearing cursors that some people are getting. when menu_disclist is called the cursors are deleted and recreated. so at least if they do go away, this may make them come back.
make the homebrew menu read the XML data from meta.xml file.  put this data on the homebrew buttons and prompt.  there is 4 structs created globally that hold the XML daa.  i tried to make them pointers but i got errors so i'll leave it like this and let dimok fix it :P
2009-07-20 14:20:27 +00:00
..
DiscBrowser.cpp made a new prompt to show all the HBC info. it isn't used yet but its there. 2009-07-19 14:57:33 +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
gameinfo.cpp add filesize function to get size of dols. 2009-07-20 07:23:30 +00:00
gameinfo.h 2009-06-20 00:32:10 +00:00
ProgressWindow.cpp changed progress window to not use settile but instead use setskew. this way we are drawing 1 progressbar image every loop but stretched instead of 100 little images each loop. 2009-07-07 11:06:51 +00:00
ProgressWindow.h *Changed whole GameInstall ProgressWindow behaviour 2009-07-05 20:22:29 +00:00
PromptWindows.cpp put in a possible "fix" for the disappearing cursors that some people are getting. when menu_disclist is called the cursors are deleted and recreated. so at least if they do go away, this may make them come back. 2009-07-20 14:20:27 +00:00
PromptWindows.h add filesize function to get size of dols. 2009-07-20 07:23:30 +00:00