summaryrefslogtreecommitdiffstats
path: root/src/input_common/drivers/gc_adapter.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2021-12-13 15:09:03 +0100
committerLioncash <mathew1800@gmail.com>2021-12-13 15:16:10 +0100
commit38f3442ea56a3ac9447924c015c2a9ade0f5bb83 (patch)
tree4fbdcc84b82ff753306647b309c8a0b128af02f0 /src/input_common/drivers/gc_adapter.h
parentinput_engine: std::move engine name where applicable (diff)
downloadyuzu-38f3442ea56a3ac9447924c015c2a9ade0f5bb83.tar
yuzu-38f3442ea56a3ac9447924c015c2a9ade0f5bb83.tar.gz
yuzu-38f3442ea56a3ac9447924c015c2a9ade0f5bb83.tar.bz2
yuzu-38f3442ea56a3ac9447924c015c2a9ade0f5bb83.tar.lz
yuzu-38f3442ea56a3ac9447924c015c2a9ade0f5bb83.tar.xz
yuzu-38f3442ea56a3ac9447924c015c2a9ade0f5bb83.tar.zst
yuzu-38f3442ea56a3ac9447924c015c2a9ade0f5bb83.zip
Diffstat (limited to '')
-rw-r--r--src/input_common/drivers/gc_adapter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_common/drivers/gc_adapter.h b/src/input_common/drivers/gc_adapter.h
index 3c4f0396c..7ce1912a3 100644
--- a/src/input_common/drivers/gc_adapter.h
+++ b/src/input_common/drivers/gc_adapter.h
@@ -28,7 +28,7 @@ public:
~GCAdapter() override;
Common::Input::VibrationError SetRumble(
- const PadIdentifier& identifier, const Common::Input::VibrationStatus vibration) override;
+ const PadIdentifier& identifier, const Common::Input::VibrationStatus& vibration) override;
/// Used for automapping features
std::vector<Common::ParamPackage> GetInputDevices() const override;