Use correct default resolution for RGSS2/3 (544x416)
This commit is contained in:
parent
d128375d62
commit
3550cc0ff5
3 changed files with 12 additions and 3 deletions
src
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue