From bcbb60824cac8c61ba25b88f23dae6b47e0b7ff5 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 7 Oct 2013 16:22:41 +0200 Subject: [PATCH] (PS3) Take out some D-pad emulation binds --- ps3/ps3_input.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/ps3/ps3_input.c b/ps3/ps3_input.c index 960be0425f..9ab0d53a99 100644 --- a/ps3/ps3_input.c +++ b/ps3/ps3_input.c @@ -57,15 +57,6 @@ const struct platform_bind platform_keys[] = { { (1ULL << RETRO_DEVICE_ID_JOYPAD_R2), "R2 button" }, { (1ULL << RETRO_DEVICE_ID_JOYPAD_L3), "L3 button" }, { (1ULL << RETRO_DEVICE_ID_JOYPAD_R3), "R3 button" }, - { (1ULL << RARCH_TURBO_ENABLE), "Turbo button (Unmapped)" }, - { (1ULL << RARCH_ANALOG_LEFT_X_PLUS), "LStick Left" }, - { (1ULL << RARCH_ANALOG_LEFT_X_MINUS), "LStick Right" }, - { (1ULL << RARCH_ANALOG_LEFT_Y_PLUS), "LStick Up" }, - { (1ULL << RARCH_ANALOG_LEFT_Y_MINUS), "LStick Down" }, - { (1ULL << RARCH_ANALOG_RIGHT_X_PLUS), "RStick Left" }, - { (1ULL << RARCH_ANALOG_RIGHT_X_MINUS), "RStick Right" }, - { (1ULL << RARCH_ANALOG_RIGHT_Y_PLUS), "RStick Up" }, - { (1ULL << RARCH_ANALOG_RIGHT_Y_MINUS), "RStick Down" }, }; static uint64_t state[MAX_PADS];