MAEMO: Set defaults for fullscreen and aspect ratio correction

New installs now have fullscreen and aspect ratio correction on by default
This commit is contained in:
Tarek Soliman 2012-07-14 23:42:28 -05:00
parent aa8dec9a72
commit 6abb3501b5

View file

@ -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();