aboutsummaryrefslogtreecommitdiff
path: root/backends/graphics/dinguxsdl/dinguxsdl-graphics.h
diff options
context:
space:
mode:
authorCameron Cawley2019-04-02 15:25:25 +0100
committerFilippos Karapetis2019-04-07 20:52:39 +0300
commitc21090ea03965b128edcdfabad7f074151961fda (patch)
treeabb365fefe922eea72bf0eaefd16790587feaa09 /backends/graphics/dinguxsdl/dinguxsdl-graphics.h
parentb3e4aa146463b13b5524877328993f66e0b48f1a (diff)
downloadscummvm-rg350-c21090ea03965b128edcdfabad7f074151961fda.tar.gz
scummvm-rg350-c21090ea03965b128edcdfabad7f074151961fda.tar.bz2
scummvm-rg350-c21090ea03965b128edcdfabad7f074151961fda.zip
BACKENDS: Simplify setGraphicsMode on GPH, Dingux and LinuxMoto
Diffstat (limited to 'backends/graphics/dinguxsdl/dinguxsdl-graphics.h')
-rw-r--r--backends/graphics/dinguxsdl/dinguxsdl-graphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/graphics/dinguxsdl/dinguxsdl-graphics.h b/backends/graphics/dinguxsdl/dinguxsdl-graphics.h
index 71910904d5..a8228cf991 100644
--- a/backends/graphics/dinguxsdl/dinguxsdl-graphics.h
+++ b/backends/graphics/dinguxsdl/dinguxsdl-graphics.h
@@ -43,7 +43,7 @@ public:
void initSize(uint w, uint h, const Graphics::PixelFormat *format = NULL) override;
const OSystem::GraphicsMode *getSupportedGraphicsModes() const override;
- bool setGraphicsMode(int mode) override;
+ int getGraphicsModeScale(int mode) const override;
void setGraphicsModeIntern() override;
void internUpdateScreen() override;
void showOverlay() override;