mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-06 02:10:28 +00:00
give this more chance of working properly
svn-id: r10697
This commit is contained in:
parent
02b132b31c
commit
e53923eeda
@ -664,7 +664,7 @@ OSystem *GameDetector::createSystem() {
|
||||
return OSystem_PALMOS_create(_gfx_mode, ConfMan.getBool("fullscreen"));
|
||||
#else
|
||||
/* SDL is the default driver for now */
|
||||
return OSystem_SDL_create(_gfx_mode, ConfMan.getBool("fullscreen"), ConfMan.getBool("aspect_ratio"), ConfMan.getBool("joystick_num"));
|
||||
return OSystem_SDL_create(_gfx_mode, ConfMan.getBool("fullscreen"), ConfMan.getBool("aspect_ratio"), ConfMan.getInt("joystick_num"));
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user