Update Linux specific code for fix in previous commit
This commit is contained in:
parent
91a6e55f74
commit
9c0ea17ada
1 changed files with 1 additions and 1 deletions
|
|
@ -986,7 +986,7 @@ void keyboard(input_t &input, uint16_t modcode, bool release) {
|
|||
keycode.pressed = 1;
|
||||
}
|
||||
|
||||
int alloc_gamepad(input_t &input, int nr, rumble_queue_t &&rumble_queue) {
|
||||
int alloc_gamepad(input_t &input, int nr, rumble_queue_t rumble_queue) {
|
||||
return ((input_raw_t *)input.get())->alloc_gamepad(nr, std::move(rumble_queue));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue