retro_input_t can go now

This commit is contained in:
twinaphex 2016-10-22 17:03:59 +02:00
parent e2b16a1f15
commit 671f9cc8cc

View File

@ -96,12 +96,6 @@ enum analog_dpad_mode
ANALOG_DPAD_LAST
};
typedef struct retro_input
{
unsigned type;
uint64_t state;
} retro_input_t;
/* Specialized _MOUSE that targets the full screen regardless of viewport.
*/
#define RARCH_DEVICE_MOUSE_SCREEN (RETRO_DEVICE_MOUSE | 0x10000)