summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/controllers/npad.h
diff options
context:
space:
mode:
authorgerman <german@thesoftwareartisans.com>2020-07-11 04:20:50 +0200
committerMorph <39850852+Morph1984@users.noreply.github.com>2020-09-29 16:38:25 +0200
commitab88c2f6112edba35bfa91ee8864e760728d16e8 (patch)
tree4c7647f97153276733896cbc6e35d929db926b82 /src/core/hle/service/hid/controllers/npad.h
parentMerge pull request #4719 from lioncash/audio-warn (diff)
downloadyuzu-ab88c2f6112edba35bfa91ee8864e760728d16e8.tar
yuzu-ab88c2f6112edba35bfa91ee8864e760728d16e8.tar.gz
yuzu-ab88c2f6112edba35bfa91ee8864e760728d16e8.tar.bz2
yuzu-ab88c2f6112edba35bfa91ee8864e760728d16e8.tar.lz
yuzu-ab88c2f6112edba35bfa91ee8864e760728d16e8.tar.xz
yuzu-ab88c2f6112edba35bfa91ee8864e760728d16e8.tar.zst
yuzu-ab88c2f6112edba35bfa91ee8864e760728d16e8.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 654d97c3f..0cff6821f 100644
--- a/src/core/hle/service/hid/controllers/npad.h
+++ b/src/core/hle/service/hid/controllers/npad.h
@@ -121,7 +121,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;