aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorJoost Peters2006-01-01 18:04:52 +0000
committerJoost Peters2006-01-01 18:04:52 +0000
commit58f64c5ef5506194ec913203b84f3fc390c5a9f6 (patch)
tree2ee4a2a7b783a6533c060676b096936d853fa39e /backends
parent5c75f5a6e57d922893bb473fc86123abec970917 (diff)
downloadscummvm-rg350-58f64c5ef5506194ec913203b84f3fc390c5a9f6.tar.gz
scummvm-rg350-58f64c5ef5506194ec913203b84f3fc390c5a9f6.tar.bz2
scummvm-rg350-58f64c5ef5506194ec913203b84f3fc390c5a9f6.zip
Use 44k1hz output rate on PSP to avoid an unnecessary resampling step.
svn-id: r19885
Diffstat (limited to 'backends')
-rw-r--r--backends/intern.h3
1 files changed, 3 insertions, 0 deletions
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