mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Fix build errors in H100 and H300 UI simulator.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11306 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
730dee8a99
commit
5db8081822
1 changed files with 1 additions and 1 deletions
|
|
@ -305,7 +305,7 @@ void button_event(int key, bool pressed)
|
|||
break;
|
||||
case SDLK_KP_PLUS:
|
||||
case SDLK_F8:
|
||||
new_btn = BUTTON_PLAY;
|
||||
new_btn = BUTTON_ON;
|
||||
break;
|
||||
case SDLK_KP_ENTER:
|
||||
case SDLK_RETURN:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue