diff options
Diffstat (limited to 'backends/intern.h')
| -rw-r--r-- | backends/intern.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/backends/intern.h b/backends/intern.h index b5d4e0e7ce..56b78d14c8 100644 --- a/backends/intern.h +++ b/backends/intern.h @@ -36,12 +36,15 @@ extern OSystem *OSystem_X11_create();  extern OSystem *OSystem_MAC_create(int gfx_mode, bool full_screen);  extern OSystem *OSystem_GP32_create();  extern OSystem *OSystem_PALMOS_create(); +extern OSystem *OSystem_PS2_create();  #ifdef _WIN32_WCE  #define SAMPLES_PER_SEC 22050  #define SAMPLES_PER_SEC_OLD 11025  #define SAMPLES_PER_SEC_NEW 22050 +#elif defined(__PLAYSTATION2__) +#define SAMPLES_PER_SEC 48000 // the SPU can't handle anything else  #else  //#define SAMPLES_PER_SEC 11025  #define SAMPLES_PER_SEC 22050 | 
