From 58f64c5ef5506194ec913203b84f3fc390c5a9f6 Mon Sep 17 00:00:00 2001 From: Joost Peters Date: Sun, 1 Jan 2006 18:04:52 +0000 Subject: Use 44k1hz output rate on PSP to avoid an unnecessary resampling step. svn-id: r19885 --- backends/intern.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'backends') diff --git a/backends/intern.h b/backends/intern.h index 2340571835..f12f818995 100644 --- a/backends/intern.h +++ b/backends/intern.h @@ -58,6 +58,9 @@ extern OSystem *OSystem_PalmZodiac_create(); #elif defined(__PLAYSTATION2__) #define SAMPLES_PER_SEC 48000 // the SPU can't handle anything else +#elif defined(__PSP__) +#define SAMPLES_PER_SEC 44100 + #elif defined(PALMOS_MODE) # ifdef PALMOS_ARM # ifdef COMPILE_ZODIAC -- cgit v1.2.3