aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
Diffstat (limited to 'backends')
-rw-r--r--backends/intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/intern.h b/backends/intern.h
index 1e2d6ebba6..57a763a17c 100644
--- a/backends/intern.h
+++ b/backends/intern.h
@@ -39,6 +39,7 @@ extern OSystem *OSystem_PALMOS_create(int gfx_mode);
#ifdef _WIN32_WCE
+#define SAMPLES_PER_SEC 22050
#define SAMPLES_PER_SEC_OLD 11025
#define SAMPLES_PER_SEC_NEW 22050
#else