change launcher resolution from 320x200 to 640x400
This commit is contained in:
parent
80ea919940
commit
884bad80d2
3 changed files with 3 additions and 3 deletions
|
@ -232,7 +232,7 @@ static Common::Error runGame(const EnginePlugin *plugin, OSystem &system, const
|
|||
}
|
||||
|
||||
static void setupGraphics(OSystem &system) {
|
||||
system.launcherInitSize(320, 200);
|
||||
system.launcherInitSize(640, 400);
|
||||
|
||||
// When starting up launcher for the first time, the user might have specified
|
||||
// a --gui-theme option, to allow that option to be working, we need to initialize
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue