mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 14:18:37 +00:00
Merge pull request #830 from lubomyr/master
ANDROIDSDL: set default gfx_mode to 2x
This commit is contained in:
commit
e51dcbb153
@ -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