From: notaz Date: Sun, 26 Dec 2010 21:45:01 +0000 (+0200) Subject: fix a keybind copy-paste bug X-Git-Tag: r2~14 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=commitdiff_plain;h=22a8a80542c8b296fb41b9952eb59fc5c1a2d623;hp=7e400e1c1d60c94128b3b44019be9e9ad52a033c fix a keybind copy-paste bug --- diff --git a/frontend/menu.c b/frontend/menu.c index c2fc72a1..04a22faf 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 },