mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-18 17:29:17 +01:00
remove one of the many getentries(). this should speed up initial
startup for people with FAT partitions especially.
This commit is contained in:
parent
f8b9a0f704
commit
826f4fd6ab
@ -2,8 +2,8 @@
|
|||||||
<app version="1">
|
<app version="1">
|
||||||
<name> USB Loader GX</name>
|
<name> USB Loader GX</name>
|
||||||
<coder>USB Loader GX Team</coder>
|
<coder>USB Loader GX Team</coder>
|
||||||
<version>1.0 r905</version>
|
<version>1.0 r906</version>
|
||||||
<release_date>201002050448</release_date>
|
<release_date>201002050616</release_date>
|
||||||
<short_description>Loads games from USB-devices</short_description>
|
<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.
|
<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.
|
The interactive GUI is completely controllable with WiiMote, Classic Controller or GC Controller.
|
||||||
|
@ -145,7 +145,7 @@ int MenuCheck() {
|
|||||||
//cfg_parsefile(pathname, &title_set);
|
//cfg_parsefile(pathname, &title_set);
|
||||||
|
|
||||||
//Spieleliste laden
|
//Spieleliste laden
|
||||||
__Menu_GetEntries(0);
|
//__Menu_GetEntries(0);//no point getting the gamelist here
|
||||||
|
|
||||||
if (strcmp(headlessID,"")!=0)
|
if (strcmp(headlessID,"")!=0)
|
||||||
menu = MENU_EXIT;
|
menu = MENU_EXIT;
|
||||||
|
Loading…
Reference in New Issue
Block a user