From 6901ee0242c128d3b6026f83a10da4ca90e265e0 Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Thu, 7 Nov 2019 11:02:00 +0100 Subject: 3DS: Use the full resolution for the overlay on the top screen --- backends/platform/3ds/osystem.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'backends/platform/3ds/osystem.cpp') diff --git a/backends/platform/3ds/osystem.cpp b/backends/platform/3ds/osystem.cpp index aa0b3a7503..2003795077 100644 --- a/backends/platform/3ds/osystem.cpp +++ b/backends/platform/3ds/osystem.cpp @@ -77,6 +77,7 @@ OSystem_3DS::OSystem_3DS(): _topWidth(400), _topHeight(240), _overlayVisible(false), + _screenChangeId(0), _magnifyMode(MODE_MAGOFF), exiting(false), sleeping(false) -- cgit v1.2.3