diff options
author | Alejandro Marzini | 2010-06-23 20:55:36 +0000 |
---|---|---|
committer | Alejandro Marzini | 2010-06-23 20:55:36 +0000 |
commit | 0fb9d3ccfa3c2f0ddaa9019702a0039c96112c34 (patch) | |
tree | feff76631b3079e009cf1bec64cebc3df48e7957 /backends | |
parent | 04dce6a10646d1060813c90c9270be46c36c02cd (diff) | |
download | scummvm-rg350-0fb9d3ccfa3c2f0ddaa9019702a0039c96112c34.tar.gz scummvm-rg350-0fb9d3ccfa3c2f0ddaa9019702a0039c96112c34.tar.bz2 scummvm-rg350-0fb9d3ccfa3c2f0ddaa9019702a0039c96112c34.zip |
Relocated Win32 and Posix ports. (Part 1)
svn-id: r50191
Diffstat (limited to 'backends')
-rw-r--r-- | backends/platform/sdl/posix/main.cpp (renamed from backends/platform/posix/main.cpp) | 0 | ||||
-rw-r--r-- | backends/platform/sdl/posix/module.mk (renamed from backends/platform/posix/module.mk) | 0 | ||||
-rw-r--r-- | backends/platform/sdl/posix/posix.cpp (renamed from backends/platform/posix/posix.cpp) | 0 | ||||
-rw-r--r-- | backends/platform/sdl/posix/posix.h (renamed from backends/platform/posix/posix.h) | 0 | ||||
-rw-r--r-- | backends/platform/sdl/win32/main.cpp (renamed from backends/platform/win32/main.cpp) | 0 | ||||
-rw-r--r-- | backends/platform/sdl/win32/module.mk (renamed from backends/platform/win32/module.mk) | 0 | ||||
-rw-r--r-- | backends/platform/sdl/win32/win32.cpp (renamed from backends/platform/win32/win32.cpp) | 0 | ||||
-rw-r--r-- | backends/platform/sdl/win32/win32.h (renamed from backends/platform/win32/win32.h) | 0 | ||||
-rw-r--r-- | backends/platform/symbian/src/SymbianOS.h | 19 |
9 files changed, 2 insertions, 17 deletions
diff --git a/backends/platform/posix/main.cpp b/backends/platform/sdl/posix/main.cpp index 35813291c1..35813291c1 100644 --- a/backends/platform/posix/main.cpp +++ b/backends/platform/sdl/posix/main.cpp diff --git a/backends/platform/posix/module.mk b/backends/platform/sdl/posix/module.mk index b1827c7578..b1827c7578 100644 --- a/backends/platform/posix/module.mk +++ b/backends/platform/sdl/posix/module.mk diff --git a/backends/platform/posix/posix.cpp b/backends/platform/sdl/posix/posix.cpp index 61871c7f82..61871c7f82 100644 --- a/backends/platform/posix/posix.cpp +++ b/backends/platform/sdl/posix/posix.cpp diff --git a/backends/platform/posix/posix.h b/backends/platform/sdl/posix/posix.h index 5d8098b31c..5d8098b31c 100644 --- a/backends/platform/posix/posix.h +++ b/backends/platform/sdl/posix/posix.h diff --git a/backends/platform/win32/main.cpp b/backends/platform/sdl/win32/main.cpp index 803d2e1475..803d2e1475 100644 --- a/backends/platform/win32/main.cpp +++ b/backends/platform/sdl/win32/main.cpp diff --git a/backends/platform/win32/module.mk b/backends/platform/sdl/win32/module.mk index a10aa6c717..a10aa6c717 100644 --- a/backends/platform/win32/module.mk +++ b/backends/platform/sdl/win32/module.mk diff --git a/backends/platform/win32/win32.cpp b/backends/platform/sdl/win32/win32.cpp index 2e039a6059..2e039a6059 100644 --- a/backends/platform/win32/win32.cpp +++ b/backends/platform/sdl/win32/win32.cpp diff --git a/backends/platform/win32/win32.h b/backends/platform/sdl/win32/win32.h index 2bcb0c59b3..2bcb0c59b3 100644 --- a/backends/platform/win32/win32.h +++ b/backends/platform/sdl/win32/win32.h diff --git a/backends/platform/symbian/src/SymbianOS.h b/backends/platform/symbian/src/SymbianOS.h index 42929f8029..00b8ec12f2 100644 --- a/backends/platform/symbian/src/SymbianOS.h +++ b/backends/platform/symbian/src/SymbianOS.h @@ -42,35 +42,20 @@ public: */ virtual void initBackend(); - int getDefaultGraphicsMode() const; - const OSystem::GraphicsMode *getSupportedGraphicsModes() const; - bool setGraphicsMode(const char *name); void quitWithErrorMsg(const char *msg); + virtual bool hasFeature(Feature f); void setFeatureState(Feature f, bool enable); - // Set function that generates samples - // - // This function is overridden by the symbian port in order to provide MONO audio - // downmix is done by supplying our own audiocallback - // - virtual void setupMixer(); // overloaded by CE backend - // Overloaded from SDL_Commmon void quit(); // Returns reference to File session RFs& FsSession(); -protected: - // - // The mixer callback function. - // - static void symbianMixCallback(void *s, byte *samples, int len); - virtual Common::SeekableReadStream *createConfigReadStream(); virtual Common::WriteStream *createConfigWriteStream(); -public: + // vibration support #ifdef USE_VIBRA_SE_PXXX // |