aboutsummaryrefslogtreecommitdiff
path: root/overrides
diff options
context:
space:
mode:
authorneonloop2021-08-28 17:11:29 +0000
committerneonloop2021-08-28 17:11:29 +0000
commitaa7a05f54990d7f1c4733885424303533421ade8 (patch)
treee5ca3240ec50ce84930f4596174e00266dcc4a7a /overrides
parentff09bde3b0ba9de1068f29b9d0dc2f9f437cae88 (diff)
downloadpicoarch-aa7a05f54990d7f1c4733885424303533421ade8.tar.gz
picoarch-aa7a05f54990d7f1c4733885424303533421ade8.tar.bz2
picoarch-aa7a05f54990d7f1c4733885424303533421ade8.zip
Fixes config override detection after loading new game
Diffstat (limited to 'overrides')
-rw-r--r--overrides/gambatte.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/overrides/gambatte.h b/overrides/gambatte.h
index 7803760..1482d27 100644
--- a/overrides/gambatte.h
+++ b/overrides/gambatte.h
@@ -294,9 +294,6 @@ me_bind_action gambatte_ctrl_actions[] =
{ "B TURBO ", 1 << RETRO_DEVICE_ID_JOYPAD_Y },
{ "START ", 1 << RETRO_DEVICE_ID_JOYPAD_START },
{ "SELECT ", 1 << RETRO_DEVICE_ID_JOYPAD_SELECT },
- { "L BUTTON ", 1 << RETRO_DEVICE_ID_JOYPAD_L },
- { "R BUTTON ", 1 << RETRO_DEVICE_ID_JOYPAD_R },
- /* { "FAST FWD ", 1 << RETRO_DEVICE_ID_JOYPAD_R2 }, */
{ NULL, 0 }
};