diff options
Diffstat (limited to 'backends')
-rw-r--r-- | backends/platform/3ds/osystem-graphics.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/platform/3ds/osystem-graphics.cpp b/backends/platform/3ds/osystem-graphics.cpp index c1434177e7..56e5e95a83 100644 --- a/backends/platform/3ds/osystem-graphics.cpp +++ b/backends/platform/3ds/osystem-graphics.cpp @@ -144,6 +144,8 @@ int OSystem_3DS::getGraphicsMode() const { void OSystem_3DS::initSize(uint width, uint height, const Graphics::PixelFormat *format) { debug("3ds initsize w:%d h:%d", width, height); + loadConfig(); + _gameWidth = width; _gameHeight = height; _gameTopTexture.create(width, height, _pfGameTexture); |