summaryrefslogtreecommitdiff
path: root/input.h
diff options
context:
space:
mode:
authortwinaphex2014-12-09 16:47:47 +0100
committertwinaphex2014-12-09 16:47:47 +0100
commita1a8e339ff4c66452bf8730417f44e8a8e664459 (patch)
tree32baa34067a154caef223c6c135d8446951dd2ff /input.h
parenta39ed082f7ff85f081446ecd820ceccb8631f1c1 (diff)
downloadpicogpsp-a1a8e339ff4c66452bf8730417f44e8a8e664459.tar.gz
picogpsp-a1a8e339ff4c66452bf8730417f44e8a8e664459.tar.bz2
picogpsp-a1a8e339ff4c66452bf8730417f44e8a8e664459.zip
Remove non-libretro code in input.c
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
-