input_engine: Pass LedStatus by const reference
Avoids copies where reasonably applicable
This commit is contained in:
parent
f41c22d30f
commit
cd45635f56
3 changed files with 3 additions and 3 deletions
|
@ -114,7 +114,7 @@ public:
|
|||
|
||||
// Sets a led pattern for a controller
|
||||
virtual void SetLeds([[maybe_unused]] const PadIdentifier& identifier,
|
||||
[[maybe_unused]] const Common::Input::LedStatus led_status) {}
|
||||
[[maybe_unused]] const Common::Input::LedStatus& led_status) {}
|
||||
|
||||
// Sets rumble to a controller
|
||||
virtual Common::Input::VibrationError SetRumble(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue