aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/wii/osystem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/wii/osystem.cpp')
-rw-r--r--backends/platform/wii/osystem.cpp11
1 files changed, 6 insertions, 5 deletions
diff --git a/backends/platform/wii/osystem.cpp b/backends/platform/wii/osystem.cpp
index a32752104b..5fabdc1637 100644
--- a/backends/platform/wii/osystem.cpp
+++ b/backends/platform/wii/osystem.cpp
@@ -19,17 +19,17 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
+#include <unistd.h>
+
+#include <ogc/mutex.h>
+#include <ogc/lwp_watchdog.h>
+
#include "common/config-manager.h"
#include "backends/fs/wii/wii-fs-factory.h"
#include "osystem.h"
#include "options.h"
-#include <unistd.h>
-
-#include <ogc/mutex.h>
-#include <ogc/lwp_watchdog.h>
-
OSystem_Wii::OSystem_Wii() :
_startup_time(0),
@@ -69,6 +69,7 @@ OSystem_Wii::OSystem_Wii() :
#endif
_optionsDlgActive(false),
+ _consoleVisible(false),
_fullscreen(false),
_arCorrection(false),