summaryrefslogtreecommitdiff
path: root/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'input.h')
-rw-r--r--input.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/input.h b/input.h
index 9427cc7..d797ef6 100644
--- a/input.h
+++ b/input.h
@@ -82,7 +82,6 @@ gui_action_type get_gui_input_fs_hold(u32 button_id);
void input_write_mem_savestate(file_tag_type savestate_file);
void input_read_savestate(file_tag_type savestate_file);
-#ifdef __LIBRETRO__
#include "libretro.h"
typedef struct
@@ -102,11 +101,9 @@ static const map btn_map[] = {
{ RETRO_DEVICE_ID_JOYPAD_B, BUTTON_B },
{ RETRO_DEVICE_ID_JOYPAD_A, BUTTON_A }
};
-#endif
extern u32 gamepad_config_map[];
extern u32 global_enable_analog;
extern u32 analog_sensitivity_level;
#endif
-