ANDROIDSDL: set default gfx_mode to 2x
This commit is contained in:
parent
cc945d6105
commit
c325f813b9
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue