From 2c1228fa37a4745391449c1855b0993b514426e7 Mon Sep 17 00:00:00 2001 From: dimok321 <15055714+dimok789@users.noreply.github.com> Date: Sun, 14 Nov 2010 15:30:25 +0000 Subject: [PATCH] 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. --- HBC/META.XML | 4 ++-- source/main.cpp | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/HBC/META.XML b/HBC/META.XML index 559aad59..fbc3c112 100644 --- a/HBC/META.XML +++ b/HBC/META.XML @@ -2,8 +2,8 @@ USB Loader GX USB Loader GX Team - 1.0 r995 - 201010311348 + 1.0 r1000 + 201011141520 Loads games from USB-devices 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. diff --git a/source/main.cpp b/source/main.cpp index d68857cd..7f83b14a 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -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"