Use correct default resolution for RGSS2/3 (544x416)

This commit is contained in:
Jonas Kulla 2014-08-12 22:21:57 +02:00
parent d128375d62
commit 3550cc0ff5
3 changed files with 12 additions and 3 deletions

View file

@ -40,8 +40,8 @@ Config::Config()
fixedAspectRatio(true),
smoothScaling(false),
vsync(false),
defScreenW(640),
defScreenH(480),
defScreenW(DEF_SCREEN_W),
defScreenH(DEF_SCREEN_H),
fixedFramerate(0),
frameSkip(true),
solidFonts(false),