[Scummvm-cvs-logs] scummvm master -> 6abb3501b50101760885efaf4a9721beadb18052

tsoliman tarek at bashasoliman.com
Sun Jul 15 07:05:08 CEST 2012


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

Summary:
6abb3501b5 MAEMO: Set defaults for fullscreen and aspect ratio correction


Commit: 6abb3501b50101760885efaf4a9721beadb18052
    https://github.com/scummvm/scummvm/commit/6abb3501b50101760885efaf4a9721beadb18052
Author: Tarek Soliman (tsoliman at scummvm.org)
Date: 2012-07-14T22:02:58-07:00

Commit Message:
MAEMO: Set defaults for fullscreen and aspect ratio correction

New installs now have fullscreen and aspect ratio correction on by default

Changed paths:
    backends/platform/maemo/maemo.cpp



diff --git a/backends/platform/maemo/maemo.cpp b/backends/platform/maemo/maemo.cpp
index eb9b144..61fe56e 100644
--- a/backends/platform/maemo/maemo.cpp
+++ b/backends/platform/maemo/maemo.cpp
@@ -84,6 +84,10 @@ static void registerDefaultKeyBindings(Common::KeymapperDefaultBindings *_keymap
 #endif
 
 void OSystem_SDL_Maemo::initBackend() {
+
+	ConfMan.registerDefault("fullscreen", true);
+	ConfMan.registerDefault("aspect_ratio", true);
+
 	// Create the events manager
 	if (_eventSource == 0)
 		_eventSource = new MaemoSdlEventSource();






More information about the Scummvm-git-logs mailing list