diff --git a/HBC/META.XML b/HBC/META.XML index 8d9adbd5..7f9cc0aa 100644 --- a/HBC/META.XML +++ b/HBC/META.XML @@ -2,7 +2,7 @@ USB Loader GX USB Loader GX Team - 1.0 r836 + 1.0 r837 200910150000 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. diff --git a/data/ehcmodule_fat.bin b/data/ehcmodule_fat.bin index 82cdeb7c..c499a244 100644 Binary files a/data/ehcmodule_fat.bin and b/data/ehcmodule_fat.bin differ diff --git a/source/usbloader/splits.c b/source/usbloader/splits.c index f60ce513..85906b5f 100644 --- a/source/usbloader/splits.c +++ b/source/usbloader/splits.c @@ -17,9 +17,9 @@ #define split_error(x) do { /* gprintf("\nsplit error: %s\n\n",x); */ } while(0) // 1 sector less than 4gb -//u64 OPT_split_size = (u64)4LL * 1024 * 1024 * 1024 - 512; +u64 OPT_split_size = (u64)4LL * 1024 * 1024 * 1024 - (32 * 1024); // 1 sector less than 2gb -u64 OPT_split_size = (u64)2LL * 1024 * 1024 * 1024 - 512; +// u64 OPT_split_size = (u64)2LL * 1024 * 1024 * 1024 - 512; //split_info_t split;