[Scummvm-git-logs] scummvm master -> e51dcbb153f94eeba35a56e02928582e84840713

sev- sev at scummvm.org
Sun Sep 18 17:39:26 CEST 2016


This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
c325f813b9 ANDROIDSDL: set default gfx_mode to 2x
e51dcbb153 Merge pull request #830 from lubomyr/master


Commit: c325f813b963172b83cba48e7ef5fd9737a79c37
    https://github.com/scummvm/scummvm/commit/c325f813b963172b83cba48e7ef5fd9737a79c37
Author: lubomyr (lubomyr31 at gmail.com)
Date: 2016-09-18T14:06:49+02:00

Commit Message:
ANDROIDSDL: set default gfx_mode to 2x

Changed paths:
    backends/platform/androidsdl/androidsdl-sdl.cpp



diff --git a/backends/platform/androidsdl/androidsdl-sdl.cpp b/backends/platform/androidsdl/androidsdl-sdl.cpp
index 667b033..b4a575e 100644
--- a/backends/platform/androidsdl/androidsdl-sdl.cpp
+++ b/backends/platform/androidsdl/androidsdl-sdl.cpp
@@ -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();
 }


Commit: e51dcbb153f94eeba35a56e02928582e84840713
    https://github.com/scummvm/scummvm/commit/e51dcbb153f94eeba35a56e02928582e84840713
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-09-18T17:39:22+02:00

Commit Message:
Merge pull request #830 from lubomyr/master

ANDROIDSDL: set default gfx_mode to 2x

Changed paths:
    backends/platform/androidsdl/androidsdl-sdl.cpp








More information about the Scummvm-git-logs mailing list