1
0
Fork 0
forked from len0rd/rockbox

ok, this is the correct PLAY/REC swap!

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9270 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2006-03-26 22:41:58 +00:00
parent 6f4d721d23
commit f4ac85ac06

View file

@ -1214,9 +1214,9 @@ static int button_read(void)
else
if(data < 0xb6)
if(data < 0x98)
btn = BUTTON_PLAY;
else
btn = BUTTON_REC;
else
btn = BUTTON_PLAY;
else
if(data < 0xd3)
btn = BUTTON_DOWN;