Fix controller support when building with GCC8

This commit is contained in:
topu 2018-07-15 13:59:37 +02:00
parent 1ada311513
commit 90304f0c67
1 changed files with 1 additions and 0 deletions

View File

@ -468,6 +468,7 @@
break;
}
}
return true;
}
void input_evdev_rumble(EvdevController* controller, u16 pow_strong, u16 pow_weak)