Add type to retro_input_t

This commit is contained in:
twinaphex 2016-06-25 09:05:56 +02:00
parent 3dff698644
commit e0114e08ba

View File

@ -38,6 +38,7 @@ RETRO_BEGIN_DECLS
typedef struct retro_input
{
unsigned type;
uint64_t state;
} retro_input_t;