forked from len0rd/rockbox
Accept FS#10068 by Teruaki Kawashima correcting the instructions built into a couple of plugins
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20565 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
faa22f6c54
commit
cc5400d9cf
5 changed files with 44 additions and 10 deletions
|
@ -1335,6 +1335,13 @@ static int sokoban_menu(void)
|
|||
rb->lcd_putsxy(3, 36, "[SELECT+DOWN] Previous Level");
|
||||
rb->lcd_putsxy(3, 46, "[SELECT+RIGHT] Restart Level");
|
||||
rb->lcd_putsxy(3, 56, "[SELECT+UP] Next Level");
|
||||
#elif CONFIG_KEYPAD == GIGABEAT_S_PAD
|
||||
rb->lcd_putsxy(3, 6, "[MENU] Menu");
|
||||
rb->lcd_putsxy(3, 16, "[VOL+] Undo");
|
||||
rb->lcd_putsxy(3, 26, "[VOL-] Redo");
|
||||
rb->lcd_putsxy(3, 36, "[PREV] Previous Level");
|
||||
rb->lcd_putsxy(3, 46, "[PLAY] Restart Level");
|
||||
rb->lcd_putsxy(3, 56, "[NEXT] Next Level");
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_TOUCHSCREEN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue