Skip to content

Commit 9c0ea17

Browse files
author
loki
committed
Update Linux specific code for fix in previous commit
1 parent 91a6e55 commit 9c0ea17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sunshine/platform/linux/input.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -986,7 +986,7 @@ void keyboard(input_t &input, uint16_t modcode, bool release) {
986986
keycode.pressed = 1;
987987
}
988988

989-
int alloc_gamepad(input_t &input, int nr, rumble_queue_t &&rumble_queue) {
989+
int alloc_gamepad(input_t &input, int nr, rumble_queue_t rumble_queue) {
990990
return ((input_raw_t *)input.get())->alloc_gamepad(nr, std::move(rumble_queue));
991991
}
992992

0 commit comments

Comments
 (0)