mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-21 10:20:21 +00:00
Make pad_connection_find_vacant_pad non-static
This commit is contained in:
parent
31b6323094
commit
35e273bcdb
@ -17,7 +17,7 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "joypad_connection.h"
|
#include "joypad_connection.h"
|
||||||
|
|
||||||
static int pad_connection_find_vacant_pad(joypad_connection_t *joyconn)
|
int pad_connection_find_vacant_pad(joypad_connection_t *joyconn)
|
||||||
{
|
{
|
||||||
unsigned i;
|
unsigned i;
|
||||||
|
|
||||||
|
@ -73,6 +73,8 @@ int16_t pad_connection_get_axis(joypad_connection_t *joyconn,
|
|||||||
bool pad_connection_has_interface(joypad_connection_t *joyconn,
|
bool pad_connection_has_interface(joypad_connection_t *joyconn,
|
||||||
unsigned idx);
|
unsigned idx);
|
||||||
|
|
||||||
|
int pad_connection_find_vacant_pad(joypad_connection_t *joyconn);
|
||||||
|
|
||||||
bool pad_connection_rumble(joypad_connection_t *s,
|
bool pad_connection_rumble(joypad_connection_t *s,
|
||||||
unsigned pad, enum retro_rumble_effect effect, uint16_t strength);
|
unsigned pad, enum retro_rumble_effect effect, uint16_t strength);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user