diff options
author | Max Horn | 2008-01-22 14:16:02 +0000 |
---|---|---|
committer | Max Horn | 2008-01-22 14:16:02 +0000 |
commit | c4c481fecf8050aba4a55dd31afac2cbc6fe9236 (patch) | |
tree | 1682aea82829146fad1e2ddaf8097b514a8f0ebf /backends/platform/x11 | |
parent | 00796bb5988184eb76cfa661e0de94aa998637a3 (diff) | |
download | scummvm-rg350-c4c481fecf8050aba4a55dd31afac2cbc6fe9236.tar.gz scummvm-rg350-c4c481fecf8050aba4a55dd31afac2cbc6fe9236.tar.bz2 scummvm-rg350-c4c481fecf8050aba4a55dd31afac2cbc6fe9236.zip |
Removed backends/intern.h
svn-id: r30611
Diffstat (limited to 'backends/platform/x11')
-rw-r--r-- | backends/platform/x11/x11.cpp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/backends/platform/x11/x11.cpp b/backends/platform/x11/x11.cpp index e82b4bf2d6..3acc40e861 100644 --- a/backends/platform/x11/x11.cpp +++ b/backends/platform/x11/x11.cpp @@ -30,7 +30,6 @@ #include "common/system.h" #include "common/util.h" #include "base/main.h" -#include "backends/intern.h" #include "backends/platform/x11/x11.h" #include "backends/plugins/posix/posix-provider.h" @@ -61,6 +60,12 @@ #include <fcntl.h> #include <sys/ioctl.h> + +//#define SAMPLES_PER_SEC 11025 +#define SAMPLES_PER_SEC 22050 +//#define SAMPLES_PER_SEC 44100 + + int main(int argc, char *argv[]) { g_system = OSystem_X11::create(0, 0); assert(g_system); |