Handle the B button again, fix bug #2942776.

This commit is contained in:
riccardom 2010-01-30 19:59:47 +00:00
parent 5df8e5548f
commit 1cb3ae44ee
1 changed files with 1 additions and 0 deletions

View File

@ -320,6 +320,7 @@ void update_keypad(u16 keys)
input.X = (keys>>10)&1;
input.Y = (keys>>11)&1;
input.A = (keys>>0)&1;
input.B = (keys>>1)&1;
input.S = (keys>>3)&1;
input.T = (keys>>2)&1;
input.U = (keys>>6)&1;