notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e400e1
)
fix a keybind copy-paste bug
author
notaz
<notasas@gmail.com>
Sun, 26 Dec 2010 21:45:01 +0000
(23:45 +0200)
committer
notaz
<notasas@gmail.com>
Sun, 26 Dec 2010 21:45:01 +0000
(23:45 +0200)
frontend/menu.c
patch
|
blob
|
blame
|
history
diff --git
a/frontend/menu.c
b/frontend/menu.c
index
c2fc72a
..
04a22fa
100644
(file)
--- 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_
SQUAR
E },
+ { "CIRCLE ", 1 << DKEY_
CIRCL
E },
{ "CROSS ", 1 << DKEY_CROSS },
{ "SQUARE ", 1 << DKEY_SQUARE },
{ "L1 ", 1 << DKEY_L1 },