From 4c07b6db743ca7d6296dbfbbb2289a85f89551ee Mon Sep 17 00:00:00 2001 From: giantpune Date: Tue, 30 Nov 2010 04:09:36 +0000 Subject: [PATCH] * really fixed compiling on linux --- HBC/META.XML | 4 ++-- source/settings/menus/GlobalSettings.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HBC/META.XML b/HBC/META.XML index a3e8a8d9..1b247c97 100644 --- a/HBC/META.XML +++ b/HBC/META.XML @@ -2,8 +2,8 @@ USB Loader GX USB Loader GX Team - 1.0 r1004 - 201011281641 + 1.0 r1006 + 201011300400 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/settings/menus/GlobalSettings.cpp b/source/settings/menus/GlobalSettings.cpp index 2b4da498..3fa5278d 100644 --- a/source/settings/menus/GlobalSettings.cpp +++ b/source/settings/menus/GlobalSettings.cpp @@ -25,7 +25,7 @@ #include "themes/CTheme.h" #include "prompts/PromptWindows.h" #include "language/gettext.h" -#include "GuiSettingsMenu.hpp" +#include "GUISettingsMenu.hpp" #include "GameLoadSM.hpp" #include "ParentalControlSM.hpp" #include "SoundSettingsMenu.hpp"