summaryrefslogtreecommitdiff
path: root/src/input_common/helpers/stick_from_buttons.h
diff options
context:
space:
mode:
authorGravatar german772021-10-15 19:07:47 -0500
committerGravatar Narr the Reg2021-11-24 20:30:24 -0600
commite0da5c1bbcdf85676f968b63c8ae2587f0464193 (patch)
tree588837d1181d6b9d3bd4536fd4d2c5877335632d /src/input_common/helpers/stick_from_buttons.h
parentcore/hid: Add output devices (diff)
downloadyuzu-e0da5c1bbcdf85676f968b63c8ae2587f0464193.tar.gz
yuzu-e0da5c1bbcdf85676f968b63c8ae2587f0464193.tar.xz
yuzu-e0da5c1bbcdf85676f968b63c8ae2587f0464193.zip
kraken: Fix errors from rebase and format files
Diffstat (limited to 'src/input_common/helpers/stick_from_buttons.h')
-rw-r--r--src/input_common/helpers/stick_from_buttons.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/input_common/helpers/stick_from_buttons.h b/src/input_common/helpers/stick_from_buttons.h
index 87165e022..1d6e24c98 100644
--- a/src/input_common/helpers/stick_from_buttons.h
+++ b/src/input_common/helpers/stick_from_buttons.h
@@ -25,8 +25,7 @@ public:
25 * - "modifier": a serialized ParamPackage for creating a button device as the modifier 25 * - "modifier": a serialized ParamPackage for creating a button device as the modifier
26 * - "modifier_scale": a float for the multiplier the modifier gives to the position 26 * - "modifier_scale": a float for the multiplier the modifier gives to the position
27 */ 27 */
28 std::unique_ptr<Input::InputDevice> Create( 28 std::unique_ptr<Input::InputDevice> Create(const Common::ParamPackage& params) override;
29 const Common::ParamPackage& params) override;
30}; 29};
31 30
32} // namespace InputCommon 31} // namespace InputCommon