mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 22:28:10 +00:00
ANDROIDSDL: set default gfx_mode to 2x
This commit is contained in:
parent
cc945d6105
commit
c325f813b9
@ -38,6 +38,9 @@ void OSystem_ANDROIDSDL::initBackend() {
|
||||
if (!ConfMan.hasKey("browser_lastpath"))
|
||||
ConfMan.set("browser_lastpath", "/storage");
|
||||
|
||||
if (!ConfMan.hasKey("gfx_mode"))
|
||||
ConfMan.set("gfx_mode", "2x");
|
||||
|
||||
// Call parent implementation of this method
|
||||
OSystem_POSIX::initBackend();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user