remove one of the many getentries(). this should speed up initial

startup for people with FAT partitions especially.
This commit is contained in:
giantpune 2010-02-05 06:18:23 +00:00
parent f8b9a0f704
commit 826f4fd6ab
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@
<app version="1">
<name> USB Loader GX</name>
<coder>USB Loader GX Team</coder>
<version>1.0 r905</version>
<release_date>201002050448</release_date>
<version>1.0 r906</version>
<release_date>201002050616</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.

View File

@ -145,7 +145,7 @@ int MenuCheck() {
//cfg_parsefile(pathname, &title_set);
//Spieleliste laden
__Menu_GetEntries(0);
//__Menu_GetEntries(0);//no point getting the gamelist here
if (strcmp(headlessID,"")!=0)
menu = MENU_EXIT;