summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/controllers/npad.h
diff options
context:
space:
mode:
authorDavid <25727384+ogniK5377@users.noreply.github.com>2020-09-30 13:24:11 +0200
committerGitHub <noreply@github.com>2020-09-30 13:24:11 +0200
commit4d0ae1a17a031488eadfa9133dac157fb71900c0 (patch)
tree166c4c4e09b828b4c987c6aacf00f5a041a79588 /src/core/hle/service/hid/controllers/npad.h
parentMerge pull request #4726 from lioncash/applet (diff)
parentFirst implementation of controller rumble (diff)
downloadyuzu-4d0ae1a17a031488eadfa9133dac157fb71900c0.tar
yuzu-4d0ae1a17a031488eadfa9133dac157fb71900c0.tar.gz
yuzu-4d0ae1a17a031488eadfa9133dac157fb71900c0.tar.bz2
yuzu-4d0ae1a17a031488eadfa9133dac157fb71900c0.tar.lz
yuzu-4d0ae1a17a031488eadfa9133dac157fb71900c0.tar.xz
yuzu-4d0ae1a17a031488eadfa9133dac157fb71900c0.tar.zst
yuzu-4d0ae1a17a031488eadfa9133dac157fb71900c0.zip
Diffstat (limited to 'src/core/hle/service/hid/controllers/npad.h')
-rw-r--r--src/core/hle/service/hid/controllers/npad.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/hid/controllers/npad.h b/src/core/hle/service/hid/controllers/npad.h
index 0fa7455ba..e65277c7b 100644
--- a/src/core/hle/service/hid/controllers/npad.h
+++ b/src/core/hle/service/hid/controllers/npad.h
@@ -125,7 +125,7 @@ public:
void SetNpadMode(u32 npad_id, NPadAssignments assignment_mode);
- void VibrateController(const std::vector<u32>& controller_ids,
+ void VibrateController(const std::vector<u32>& controllers,
const std::vector<Vibration>& vibrations);
Vibration GetLastVibration() const;