mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-05 19:16:09 +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
|
||||
{
|
||||
unsigned type;
|
||||
uint64_t state;
|
||||
} retro_input_t;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user