aboutsummaryrefslogtreecommitdiff
path: root/base/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'base/main.cpp')
-rw-r--r--base/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/main.cpp b/base/main.cpp
index c6fd2b60aa..c8a3c82474 100644
--- a/base/main.cpp
+++ b/base/main.cpp
@@ -223,8 +223,8 @@ static bool launcherDialog(GameDetector &detector, OSystem &system) {
// Set the user specified graphics mode (if any).
system.setGraphicsMode(ConfMan.get("gfx_mode").c_str());
- // GUI is (currently) always running at 320x200
- system.initSize(320, 200);
+ // Make GUI 640 x 400
+ system.initSize(320, 200, 2);
system.endGFXTransaction();