aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/3ds/osystem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/3ds/osystem.cpp')
-rw-r--r--backends/platform/3ds/osystem.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/backends/platform/3ds/osystem.cpp b/backends/platform/3ds/osystem.cpp
index e1186e4bfb..aa0b3a7503 100644
--- a/backends/platform/3ds/osystem.cpp
+++ b/backends/platform/3ds/osystem.cpp
@@ -72,7 +72,12 @@ OSystem_3DS::OSystem_3DS():
_gameBottomY(0),
_gameWidth(320),
_gameHeight(240),
+ _topX(0),
+ _topY(0),
+ _topWidth(400),
+ _topHeight(240),
_overlayVisible(false),
+ _magnifyMode(MODE_MAGOFF),
exiting(false),
sleeping(false)
{