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/platform/symbian | |
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/platform/symbian')
-rw-r--r-- | backends/platform/symbian/src/SymbianOS.h | 19 |
1 files changed, 2 insertions, 17 deletions
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 // |