aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/3ds/osystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/3ds/osystem.h')
-rw-r--r--backends/platform/3ds/osystem.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/backends/platform/3ds/osystem.h b/backends/platform/3ds/osystem.h
index a0f78fdce2..d6d667dc91 100644
--- a/backends/platform/3ds/osystem.h
+++ b/backends/platform/3ds/osystem.h
@@ -174,9 +174,6 @@ private:
u16 _gameWidth, _gameHeight;
u16 _gameTopX, _gameTopY;
u16 _gameBottomX, _gameBottomY;
- u16 _topWidth, _topHeight;
- u16 _topHalfWidth, _topHalfHeight;
- u16 _topX, _topY;
// Audio
Thread audioThread;
@@ -241,7 +238,12 @@ private:
float _cursorDeltaX, _cursorDeltaY;
int _cursorHotspotX, _cursorHotspotY;
uint32 _cursorKeyColor;
+
+ // Magnify
MagnifyMode _magnifyMode;
+ u16 _magX, _magY;
+ u16 _magWidth, _magHeight;
+ u16 _magCenterX, _magCenterY;
};
} // namespace _3DS