mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-18 15:48:48 +00:00
Dont use full_screen on PalmOS, use ConfMan instead
svn-id: r12540
This commit is contained in:
parent
4679ac1f05
commit
a579418d78
@ -35,7 +35,7 @@ extern OSystem *OSystem_WINCE3_create();
|
||||
extern OSystem *OSystem_X11_create();
|
||||
extern OSystem *OSystem_MAC_create(int gfx_mode, bool full_screen);
|
||||
extern OSystem *OSystem_GP32_create(int gfx_mode, bool full_screen); //ph0x
|
||||
extern OSystem *OSystem_PALMOS_create(int gfx_mode, bool full_screen);
|
||||
extern OSystem *OSystem_PALMOS_create(int gfx_mode);
|
||||
|
||||
|
||||
#ifdef _WIN32_WCE
|
||||
@ -47,4 +47,4 @@ extern OSystem *OSystem_PALMOS_create(int gfx_mode, bool full_screen);
|
||||
//#define SAMPLES_PER_SEC 44100
|
||||
#endif
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user