aboutsummaryrefslogtreecommitdiff
path: root/backends/graphics/dispmanxsdl/dispmanxsdl-graphics.h
diff options
context:
space:
mode:
authorvanfanel2015-07-22 13:33:19 +0200
committervanfanel2015-07-22 13:33:19 +0200
commit8cf5f96b9e497803f2fb79b771c3f1c05ee1c554 (patch)
tree85da160093c2bf377acf6e25f67ddb5ea87f83a0 /backends/graphics/dispmanxsdl/dispmanxsdl-graphics.h
parentb706ca36f1e40d01e50d99d3e1296470f0727f3f (diff)
downloadscummvm-rg350-8cf5f96b9e497803f2fb79b771c3f1c05ee1c554.tar.gz
scummvm-rg350-8cf5f96b9e497803f2fb79b771c3f1c05ee1c554.tar.bz2
scummvm-rg350-8cf5f96b9e497803f2fb79b771c3f1c05ee1c554.zip
SDL/DISPMANX: Make hasFeature(kFeatureFullscreenMode) return false since dispmanx graphics always run in accelerated fullscreen mode.
Diffstat (limited to 'backends/graphics/dispmanxsdl/dispmanxsdl-graphics.h')
-rw-r--r--backends/graphics/dispmanxsdl/dispmanxsdl-graphics.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/graphics/dispmanxsdl/dispmanxsdl-graphics.h b/backends/graphics/dispmanxsdl/dispmanxsdl-graphics.h
index d2a52f5c69..1866ec14a2 100644
--- a/backends/graphics/dispmanxsdl/dispmanxsdl-graphics.h
+++ b/backends/graphics/dispmanxsdl/dispmanxsdl-graphics.h
@@ -38,6 +38,7 @@ public:
void setFullscreenMode(bool enable);
void setAspectRatioCorrection(bool enable);
void clearOverlay();
+ bool hasFeature(OSystem::Feature f);
protected:
// Raspberry Pi Dispmanx API
void dispmanXSetup(int width, int height);