aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/sdl/switch/switch.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/sdl/switch/switch.h')
-rw-r--r--backends/platform/sdl/switch/switch.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/backends/platform/sdl/switch/switch.h b/backends/platform/sdl/switch/switch.h
index b9e0b063f6..b9e41e6fe4 100644
--- a/backends/platform/sdl/switch/switch.h
+++ b/backends/platform/sdl/switch/switch.h
@@ -33,6 +33,9 @@ public:
virtual void init() override;
virtual void initBackend() override;
+ virtual bool hasFeature(Feature f) override;
+ virtual void setFeatureState(Feature f, bool enable) override;
+ virtual bool getFeatureState(Feature f) override;
virtual void logMessage(LogMessageType::Type type, const char *message) override;
protected: