aboutsummaryrefslogtreecommitdiff
path: root/backends/modular-backend.h
diff options
context:
space:
mode:
authorEugene Sandulenko2017-03-04 22:45:01 +0100
committerGitHub2017-03-04 22:45:01 +0100
commit547e5846a144b820981c45cf3f76c77075971197 (patch)
tree361701d1d21f9bcf1708e1e1d922e3e743ae6c59 /backends/modular-backend.h
parent72962ae0f6338ccecd29efb4da65efe99acf4b99 (diff)
parent70988527c64947fd7fe3c361907e9f0806b0cb5c (diff)
downloadscummvm-rg350-547e5846a144b820981c45cf3f76c77075971197.tar.gz
scummvm-rg350-547e5846a144b820981c45cf3f76c77075971197.tar.bz2
scummvm-rg350-547e5846a144b820981c45cf3f76c77075971197.zip
Merge pull request #915 from rsn8887/vita
PSP2: Add Playstation Vita support
Diffstat (limited to 'backends/modular-backend.h')
-rw-r--r--backends/modular-backend.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/backends/modular-backend.h b/backends/modular-backend.h
index 23f0e2d547..d828c2dde6 100644
--- a/backends/modular-backend.h
+++ b/backends/modular-backend.h
@@ -66,6 +66,9 @@ public:
virtual int getDefaultGraphicsMode() const;
virtual bool setGraphicsMode(int mode);
virtual int getGraphicsMode() const;
+ virtual const GraphicsMode *getSupportedShaders() const;
+ virtual int getShader() const;
+ virtual bool setShader(int id);
virtual void resetGraphicsScale();
#ifdef USE_RGB_COLOR
virtual Graphics::PixelFormat getScreenFormat() const;