mirror of
https://github.com/libretro/scummvm.git
synced 2025-05-13 09:36:21 +00:00
DINGUX: Really constify getFeatureState
This commit is contained in:
parent
7aef79c421
commit
ef44cc55ee
@ -38,7 +38,7 @@ public:
|
||||
|
||||
bool hasFeature(OSystem::Feature f) const override;
|
||||
void setFeatureState(OSystem::Feature f, bool enable) override;
|
||||
bool getFeatureState(OSystem::Feature f) override;
|
||||
bool getFeatureState(OSystem::Feature f) const override;
|
||||
int getDefaultGraphicsMode() const override;
|
||||
|
||||
void initSize(uint w, uint h) override;
|
||||
|
Loading…
x
Reference in New Issue
Block a user