* really fixed compiling on linux

This commit is contained in:
giantpune 2010-11-30 04:09:36 +00:00
parent 49b5a5f329
commit 4c07b6db74
2 changed files with 3 additions and 3 deletions
HBC
source/settings/menus

@ -2,8 +2,8 @@
<app version="1">
<name> USB Loader GX</name>
<coder>USB Loader GX Team</coder>
<version>1.0 r1004</version>
<release_date>201011281641</release_date>
<version>1.0 r1006</version>
<release_date>201011300400</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.

@ -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"