summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/controllers/npad.h
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2020-10-27 18:33:25 +0100
committerMorph <39850852+Morph1984@users.noreply.github.com>2020-11-16 05:33:21 +0100
commit97b2220a822548eed83993fceebe0e611dbec84b (patch)
treee4e90772c0ca7cccf3dd95d9cb49a600d0fabfb8 /src/core/hle/service/hid/controllers/npad.h
parentsdl_impl: Revert to the "old" method of mapping sticks (diff)
downloadyuzu-97b2220a822548eed83993fceebe0e611dbec84b.tar
yuzu-97b2220a822548eed83993fceebe0e611dbec84b.tar.gz
yuzu-97b2220a822548eed83993fceebe0e611dbec84b.tar.bz2
yuzu-97b2220a822548eed83993fceebe0e611dbec84b.tar.lz
yuzu-97b2220a822548eed83993fceebe0e611dbec84b.tar.xz
yuzu-97b2220a822548eed83993fceebe0e611dbec84b.tar.zst
yuzu-97b2220a822548eed83993fceebe0e611dbec84b.zip
Diffstat (limited to '')
-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 f5122124c..99384524b 100644
--- a/src/core/hle/service/hid/controllers/npad.h
+++ b/src/core/hle/service/hid/controllers/npad.h
@@ -149,7 +149,7 @@ public:
void SetNpadMode(u32 npad_id, NpadAssignments assignment_mode);
bool VibrateControllerAtIndex(std::size_t npad_index, std::size_t device_index,
- const VibrationValue& vibration_value = {});
+ const VibrationValue& vibration_value);
void VibrateController(const DeviceHandle& vibration_device_handle,
const VibrationValue& vibration_value);