aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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