Skip to content

Commit

Permalink
MAEMO: Set defaults for fullscreen and aspect ratio correction
Browse files Browse the repository at this point in the history
New installs now have fullscreen and aspect ratio correction on by default
  • Loading branch information
tsoliman committed Jul 15, 2012
1 parent aa8dec9 commit 6abb350
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions backends/platform/maemo/maemo.cpp
Expand Up @@ -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();
Expand Down

0 comments on commit 6abb350

Please sign in to comment.