summaryrefslogtreecommitdiff
path: root/input.h
diff options
context:
space:
mode:
authorAndrés2016-08-26 09:03:59 -0500
committerGitHub2016-08-26 09:03:59 -0500
commit38007a82f211a33d8521ebaf481666e0bc151a06 (patch)
treecd04767319c99cc2114d008069ccdded8dd6d21c /input.h
parent7313c9cd615a3fc31439ad6fc597304f33ca4f0a (diff)
downloadpicogpsp-38007a82f211a33d8521ebaf481666e0bc151a06.tar.gz
picogpsp-38007a82f211a33d8521ebaf481666e0bc151a06.tar.bz2
picogpsp-38007a82f211a33d8521ebaf481666e0bc151a06.zip
Remove this hack
It makes it impossible to use remapping
Diffstat (limited to 'input.h')
-rw-r--r--input.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/input.h b/input.h
index f99328a..bec7997 100644
--- a/input.h
+++ b/input.h
@@ -46,8 +46,6 @@ typedef struct
static const map btn_map[] = {
{ RETRO_DEVICE_ID_JOYPAD_L, BUTTON_L },
{ RETRO_DEVICE_ID_JOYPAD_R, BUTTON_R },
- { RETRO_DEVICE_ID_JOYPAD_Y, BUTTON_L },
- { RETRO_DEVICE_ID_JOYPAD_X, BUTTON_R },
{ RETRO_DEVICE_ID_JOYPAD_DOWN, BUTTON_DOWN },
{ RETRO_DEVICE_ID_JOYPAD_UP, BUTTON_UP },
{ RETRO_DEVICE_ID_JOYPAD_LEFT, BUTTON_LEFT },