summaryrefslogtreecommitdiffstats
path: root/src/hid_core/resources/vibration/vibration_base.h
diff options
context:
space:
mode:
authorNarr the Reg <juangerman-13@hotmail.com>2024-01-26 06:46:00 +0100
committerNarr the Reg <juangerman-13@hotmail.com>2024-01-26 06:46:46 +0100
commitf2012e5aff21e1ba0d06bfab868191d221e8f7ed (patch)
tree0c170b92b72a5be216c2b0e3aafd451feb2bb7f4 /src/hid_core/resources/vibration/vibration_base.h
parentMerge pull request #12759 from liamwhite/mp-misc (diff)
downloadyuzu-f2012e5aff21e1ba0d06bfab868191d221e8f7ed.tar
yuzu-f2012e5aff21e1ba0d06bfab868191d221e8f7ed.tar.gz
yuzu-f2012e5aff21e1ba0d06bfab868191d221e8f7ed.tar.bz2
yuzu-f2012e5aff21e1ba0d06bfab868191d221e8f7ed.tar.lz
yuzu-f2012e5aff21e1ba0d06bfab868191d221e8f7ed.tar.xz
yuzu-f2012e5aff21e1ba0d06bfab868191d221e8f7ed.tar.zst
yuzu-f2012e5aff21e1ba0d06bfab868191d221e8f7ed.zip
Diffstat (limited to '')
-rw-r--r--src/hid_core/resources/vibration/vibration_base.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hid_core/resources/vibration/vibration_base.h b/src/hid_core/resources/vibration/vibration_base.h
index 69c26e669..8fe35634d 100644
--- a/src/hid_core/resources/vibration/vibration_base.h
+++ b/src/hid_core/resources/vibration/vibration_base.h
@@ -21,6 +21,7 @@ public:
virtual Result Activate();
virtual Result Deactivate();
+ bool IsActive() const;
bool IsVibrationMounted() const;
protected: