Dont use full_screen on PalmOS, use ConfMan instead
svn-id: r12540
This commit is contained in:
parent
4679ac1f05
commit
a579418d78
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue