Removed 'fullscreen' option (PalmOS)
svn-id: r11656
This commit is contained in:
parent
de1a8fdafa
commit
db2bf22b35
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ static OSystem *createSystem() {
|
|||
#elif defined(__GP32__) // ph0x
|
||||
return OSystem_GP32_create(GFX_NORMAL, true);
|
||||
#elif defined(__PALM_OS__) //chrilith
|
||||
return OSystem_PALMOS_create(gfx_mode, ConfMan.getBool("fullscreen"));
|
||||
return OSystem_PALMOS_create(gfx_mode);
|
||||
#else
|
||||
/* SDL is the default driver for now */
|
||||
return OSystem_SDL_create(gfx_mode);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue