aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/wii/osystem.cpp
diff options
context:
space:
mode:
authorAndre Heider2009-09-01 19:33:47 +0000
committerAndre Heider2009-09-01 19:33:47 +0000
commitcf112f9a433e98edd0e529a03bb20033fa3e15db (patch)
treeca1d165c33d64d8db7843691854a19a9f6514aa8 /backends/platform/wii/osystem.cpp
parenta191728945cbbfe14276140e33c74bf943b86262 (diff)
downloadscummvm-rg350-cf112f9a433e98edd0e529a03bb20033fa3e15db.tar.gz
scummvm-rg350-cf112f9a433e98edd0e529a03bb20033fa3e15db.tar.bz2
scummvm-rg350-cf112f9a433e98edd0e529a03bb20033fa3e15db.zip
Added an options dialog for some Wii specific settings.
svn-id: r43892
Diffstat (limited to 'backends/platform/wii/osystem.cpp')
-rw-r--r--backends/platform/wii/osystem.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/backends/platform/wii/osystem.cpp b/backends/platform/wii/osystem.cpp
index 50016db932..e928ef30a7 100644
--- a/backends/platform/wii/osystem.cpp
+++ b/backends/platform/wii/osystem.cpp
@@ -66,6 +66,7 @@ OSystem_Wii::OSystem_Wii() :
_pfCursor(Graphics::PixelFormat::createFormatCLUT8()),
#endif
+ _optionsDlgActive(false),
_fullscreen(false),
_arCorrection(false),
@@ -113,9 +114,6 @@ void OSystem_Wii::initBackend() {
initSfx();
initEvents();
- ConfMan.registerDefault("fullscreen", true);
- ConfMan.registerDefault("aspect_ratio", true);
-
OSystem::initBackend();
}