aboutsummaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
authornotaz2010-12-26 23:45:01 +0200
committernotaz2010-12-26 23:45:01 +0200
commit22a8a80542c8b296fb41b9952eb59fc5c1a2d623 (patch)
treebaf38544f9adf5ce8f3f595cfdc3f50edd3f0f4a /frontend
parent7e400e1c1d60c94128b3b44019be9e9ad52a033c (diff)
downloadpcsx_rearmed-22a8a80542c8b296fb41b9952eb59fc5c1a2d623.tar.gz
pcsx_rearmed-22a8a80542c8b296fb41b9952eb59fc5c1a2d623.tar.bz2
pcsx_rearmed-22a8a80542c8b296fb41b9952eb59fc5c1a2d623.zip
fix a keybind copy-paste bug
Diffstat (limited to 'frontend')
-rw-r--r--frontend/menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/menu.c b/frontend/menu.c
index c2fc72a..04a22fa 100644
--- a/frontend/menu.c
+++ b/frontend/menu.c
@@ -483,7 +483,7 @@ me_bind_action me_ctrl_actions[] =
{ "LEFT ", 1 << DKEY_LEFT },
{ "RIGHT ", 1 << DKEY_RIGHT },
{ "TRIANGLE", 1 << DKEY_TRIANGLE },
- { "CIRCLE ", 1 << DKEY_SQUARE },
+ { "CIRCLE ", 1 << DKEY_CIRCLE },
{ "CROSS ", 1 << DKEY_CROSS },
{ "SQUARE ", 1 << DKEY_SQUARE },
{ "L1 ", 1 << DKEY_L1 },