summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/controllers
diff options
context:
space:
mode:
authorMorph1984 <39850852+Morph1984@users.noreply.github.com>2019-09-04 16:15:49 +0200
committerGitHub <noreply@github.com>2019-09-04 16:15:49 +0200
commitef98828d40378f9c020f59dec25b4e21fe0dbc39 (patch)
tree8bc917d22ae6e352d12153d74db4afdf9884ba66 /src/core/hle/service/hid/controllers
parentclang-format (diff)
downloadyuzu-ef98828d40378f9c020f59dec25b4e21fe0dbc39.tar
yuzu-ef98828d40378f9c020f59dec25b4e21fe0dbc39.tar.gz
yuzu-ef98828d40378f9c020f59dec25b4e21fe0dbc39.tar.bz2
yuzu-ef98828d40378f9c020f59dec25b4e21fe0dbc39.tar.lz
yuzu-ef98828d40378f9c020f59dec25b4e21fe0dbc39.tar.xz
yuzu-ef98828d40378f9c020f59dec25b4e21fe0dbc39.tar.zst
yuzu-ef98828d40378f9c020f59dec25b4e21fe0dbc39.zip
Diffstat (limited to 'src/core/hle/service/hid/controllers')
-rw-r--r--src/core/hle/service/hid/controllers/npad.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/hid/controllers/npad.cpp b/src/core/hle/service/hid/controllers/npad.cpp
index eb44b6026..e47fe8188 100644
--- a/src/core/hle/service/hid/controllers/npad.cpp
+++ b/src/core/hle/service/hid/controllers/npad.cpp
@@ -641,7 +641,7 @@ void Controller_NPad::SetVibrationEnabled(bool can_vibrate) {
can_controllers_vibrate = can_vibrate;
}
-bool Controller_NPad::IsVibrationEnabled() {
+bool Controller_NPad::IsVibrationEnabled() const {
return can_controllers_vibrate;
}