mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
(joypad_connection.h) Fix 'no previous prototype for function' warning
This commit is contained in:
parent
246b3b8d87
commit
800bf13846
@ -73,4 +73,7 @@ int16_t pad_connection_get_axis(joypad_connection_t *joyconn,
|
||||
bool pad_connection_has_interface(joypad_connection_t *joyconn,
|
||||
unsigned index);
|
||||
|
||||
bool pad_connection_rumble(joypad_connection_t *s,
|
||||
unsigned pad, enum retro_rumble_effect effect, uint16_t strength);
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user