Merge pull request #1222 from t0pu/master
Fix controller support for Linux when building with GCC8
This commit is contained in:
commit
a4cf716f99
|
@ -468,6 +468,7 @@
|
|||
break;
|
||||
}
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
void input_evdev_rumble(EvdevController* controller, u16 pow_strong, u16 pow_weak)
|
||||
|
|
Loading…
Reference in New Issue