mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
Add type to retro_input_t
This commit is contained in:
parent
3dff698644
commit
e0114e08ba
@ -38,6 +38,7 @@ RETRO_BEGIN_DECLS
|
|||||||
|
|
||||||
typedef struct retro_input
|
typedef struct retro_input
|
||||||
{
|
{
|
||||||
|
unsigned type;
|
||||||
uint64_t state;
|
uint64_t state;
|
||||||
} retro_input_t;
|
} retro_input_t;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user