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:
parent
aa8dec9a72
commit
6abb3501b5
1 changed files with 4 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue