Merge pull request #1222 from t0pu/master

Fix controller support for Linux when building with GCC8
This commit is contained in:
Stefanos Kornilios Mitsis Poiitidis 2018-07-18 13:29:35 +02:00 committed by GitHub
commit a4cf716f99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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