From c4c481fecf8050aba4a55dd31afac2cbc6fe9236 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 22 Jan 2008 14:16:02 +0000 Subject: Removed backends/intern.h svn-id: r30611 --- backends/platform/symbian/src/SymbianOS.cpp | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'backends/platform/symbian/src') diff --git a/backends/platform/symbian/src/SymbianOS.cpp b/backends/platform/symbian/src/SymbianOS.cpp index 2837501a4a..bca7b86a07 100644 --- a/backends/platform/symbian/src/SymbianOS.cpp +++ b/backends/platform/symbian/src/SymbianOS.cpp @@ -35,6 +35,13 @@ #include "..\..\sdl\main.cpp" +#ifdef SAMPLES_PER_SEC_8000 // the GreanSymbianMMP format cannot handle values for defines :( + #define SAMPLES_PER_SEC 8000 +#else + #define SAMPLES_PER_SEC 16000 +#endif + + ////////// extern "C" /////////////////////////////////////////////////// namespace Symbian { @@ -52,8 +59,7 @@ void FatalError(const char *msg) { } // make this easily available everywhere -char* GetExecutablePath() -{ +char* GetExecutablePath() { return CSDLApp::GetExecutablePathCStr(); } -- cgit v1.2.3