From 671f9cc8cc6d11cc27492ed9cce49cceb31655c7 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 22 Oct 2016 17:03:59 +0200 Subject: [PATCH] retro_input_t can go now --- input/input_defines.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/input/input_defines.h b/input/input_defines.h index 4f126b41d9..859f8e6475 100644 --- a/input/input_defines.h +++ b/input/input_defines.h @@ -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)