Fix controller support when building with GCC8
This commit is contained in:
parent
1ada311513
commit
90304f0c67
|
@ -468,6 +468,7 @@
|
|||
break;
|
||||
}
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
void input_evdev_rumble(EvdevController* controller, u16 pow_strong, u16 pow_weak)
|
||||
|
|
Loading…
Reference in New Issue