mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-04 18:45:05 +01:00
WOOT WOOT Revision 1000 !!!
Time for some real update. Whole lot of new features added including: * GC GAMES BOOTING FROM USB * BANNER ANIMATION LIKE ON DISC CHANNEL * BURNING WII GAMES FROM WBFS TO DVD-R * SUPPORT FOR ALL USB2.0 HDDS * NO GAME SIZE LIMITS * EXT2 AND EXT3 FILESYSTEM SUPPORT AND A LOT MORE. Only missing features now: The Wii making you coffee and toasting your bread in the disc slot.
This commit is contained in:
parent
1ee6897ef5
commit
2c1228fa37
@ -2,8 +2,8 @@
|
||||
<app version="1">
|
||||
<name> USB Loader GX</name>
|
||||
<coder>USB Loader GX Team</coder>
|
||||
<version>1.0 r995</version>
|
||||
<release_date>201010311348</release_date>
|
||||
<version>1.0 r1000</version>
|
||||
<release_date>201011141520</release_date>
|
||||
<short_description>Loads games from USB-devices</short_description>
|
||||
<long_description>USB Loader GX is a libwiigui based USB iso loader with a wii-like GUI. You can install games to your HDDs and boot them with shorter loading times.
|
||||
The interactive GUI is completely controllable with WiiMote, Classic Controller or GC Controller.
|
||||
|
@ -36,10 +36,7 @@
|
||||
#include "main.h"
|
||||
#include "fatmounter.h"
|
||||
#include "sys.h"
|
||||
#include "wpad.h"
|
||||
#include "fat.h"
|
||||
#include "gecko.h"
|
||||
#include "svnrev.h"
|
||||
#include "usbloader/partition_usbloader.h"
|
||||
#include "usbloader/usbstorage2.h"
|
||||
#include "memory/mem2.h"
|
||||
|
Loading…
Reference in New Issue
Block a user