mirror of
https://github.com/libretro/RetroArch
synced 2025-02-21 18:40:09 +00:00
don't redefine rarch_joypad_driver_t typedef
This commit is contained in:
parent
ad6aebb277
commit
dcde156630
@ -58,7 +58,7 @@ enum back_button_enums
|
|||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
typedef struct rarch_joypad_driver
|
struct rarch_joypad_driver
|
||||||
{
|
{
|
||||||
bool (*init)(void);
|
bool (*init)(void);
|
||||||
bool (*query_pad)(unsigned);
|
bool (*query_pad)(unsigned);
|
||||||
@ -70,7 +70,7 @@ typedef struct rarch_joypad_driver
|
|||||||
const char *(*name)(unsigned);
|
const char *(*name)(unsigned);
|
||||||
|
|
||||||
const char *ident;
|
const char *ident;
|
||||||
} rarch_joypad_driver_t;
|
};
|
||||||
|
|
||||||
// If ident points to NULL or a zero-length string, equivalent to calling input_joypad_init_first().
|
// If ident points to NULL or a zero-length string, equivalent to calling input_joypad_init_first().
|
||||||
const rarch_joypad_driver_t *input_joypad_init_driver(const char *ident);
|
const rarch_joypad_driver_t *input_joypad_init_driver(const char *ident);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user