PDA

View Full Version : Wii GeckoOS 1.06d color fixed - Region Free Game Loader for Wii



wraggster
July 22nd, 2008, 16:28
Nuke (http://www.usbgecko.com/manual.htm)slipped this one out and no one anywhere picked it up but thankfully ive spotted it today and its a new version of the Region Free Game Loader for Wii that requires you to have the Homebrew Channel installed.


GeckoOS V1.06d beta - Wii versions

Changes:

v1.06d

1. Added support for all Euro PAL game regions.

v1.06c

1. Fixed the code handler which prevented some games booting.

v1.06b


1. Force PAL50
2. Improved boot compatibility - Uses variables required from the update partition, before switching back to the game. Downside it takes a couple more seconds to boot.
3. Some minor fixes in the server code which improves paused start when debugging. Fixed some menu bugs also.
4. Can be used with included applications, 'Load', 'Card', 'Music'
5. Progress bar added to menu when using included apps.

Dev feature:

Just like the Homebrew channel, when you load a DOL or via the included Load application, you can return instantly back to the GeckoOS by pressing the Wii Remote 'HOME' button by adding the following few lines in your code, which is found in alot if not all homebrew. As it works the same as the Homebrew channel you don't need to edit your homebrew apps, this makes very fast dev cycles for developers.

while(1) {

WPAD_ScanPads();
u32 pressed = WPAD_ButtonsDown(0)
if ( pressed & WPAD_BUTTON_HOME ) exit(0);


VIDEO_WaitVSync();
}

As always, works with WiiRD Remote debugger at http://wiird.l0nk.org/wp/ and http://www.usbgecko.com/forums/forumdisplay.php?f=25

Note:

SD Menu and various apps are still left out, but will be added to the next version after this version is beta tested.

If any coder wants the sourecode to the loader app to port to Linux or Mac feel free to contact me


Nuke

Download and Give Feedback Via Comments