aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorNicolas Bacca2004-01-26 07:57:25 +0000
committerNicolas Bacca2004-01-26 07:57:25 +0000
commit70d2673f4e38032c873cd146800bedb7062af36c (patch)
treebde6ed9c685f6ab1324dbce769fa59022a66579a /backends
parentd5e2c21f562d23b8ef4c37b21e9d8fee90a03a3f (diff)
downloadscummvm-rg350-70d2673f4e38032c873cd146800bedb7062af36c.tar.gz
scummvm-rg350-70d2673f4e38032c873cd146800bedb7062af36c.tar.bz2
scummvm-rg350-70d2673f4e38032c873cd146800bedb7062af36c.zip
Add SAMPLES_PER_SEC for CE in order to compile sdl-common
svn-id: r12611
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