I found a bug. For the games that need to have the contry_patch on, like Rouge Trooper, the game boots up fine in the regular menu, but when you try to boot it up in the gui, it freezes on the loading game message.
just an idea to make the loading of images much faster!
What if you combined all menu png's into one composite so they are bunched
together onto one png and then you can mask (set x and y coordinates) out
what image you would want to use for each menu image. The loader would
only have to load...
In the file main.c you need to change this line of code to whatever path you want it to be:
exeFile = fopen ("SD:/apps/usbloader_gx/boot.dol" ,"rb");
Then save and recompile.
Here is the latest r327 but I included a toggle button to turn the menu music on and off. You just have to click the speaker icon to toggle the menu music! The icon is blue when the music is on and gray when the music is off. Works perfectly!
I also made it so the menu music will shut off while...
Here is the latest r326 but I included a toggle button to turn the menu music on and off. You just have to click the speaker icon to toggle the menu music! The icon is blue when the music is on and gray when the music is off. I revised my last code for this so now it works perfectly!
I also...
Here is the latest r324 but I included a toggle button to turn the menu music on and off. You just have the click the speaker icon to toggle the menu music! The icon is black when the music is on and gray when the music is off.
I also made it so the menu music will shut off while you are...
Please report all code dumps to here:
http://gbatemp.net/index.php?showtopic=149922
and here:
http://code.google.com/p/usbloader-gui/issues/list
and remember to include the code dump address(the numbers you get on screen then) and what you did to get it.