diff --git a/HBC/META.XML b/HBC/META.XML index 200fc461..1f3818cf 100644 --- a/HBC/META.XML +++ b/HBC/META.XML @@ -2,8 +2,8 @@ USB Loader GX USB Loader GX Team - 1.0 r1026 - 201012311314 + 1.0 r1029 + 201101020924 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/source/prompts/PromptWindows.cpp b/source/prompts/PromptWindows.cpp index 56056e69..a11f8d80 100644 --- a/source/prompts/PromptWindows.cpp +++ b/source/prompts/PromptWindows.cpp @@ -454,9 +454,9 @@ void WindowCredits() ***************************************************************************/ int WindowScreensaver() { - //! 5 Seconds delay in case the wiimote shutdown was pressed + //! 2 Seconds delay in case the wiimote shutdown was pressed time_t start = time(0); - while(time(0)-start < 5) + while(time(0)-start < 2) { usleep(100); diff --git a/source/themes/CTheme.cpp b/source/themes/CTheme.cpp index 33ecc6e7..22213ef9 100644 --- a/source/themes/CTheme.cpp +++ b/source/themes/CTheme.cpp @@ -110,7 +110,7 @@ bool Theme::Load(const char * theme_file_path) char * ptr = strrchr(theme_path, '/'); *ptr = 0; snprintf(theme_path, sizeof(theme_path), "%s/%s", theme_path, Filename); - Resources::LoadFiles(theme_path) + Resources::LoadFiles(theme_path); } //! Override font.ttf with the theme font.ttf if it exists in the image folder