forked from len0rd/rockbox
Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make it consistant with the ipods. apart from removing a bit of confusion, it fixes the wheel in pictureflow and possibly elsewhere.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16045 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4d238c14d7
commit
81ba146706
35 changed files with 131 additions and 113 deletions
|
@ -108,8 +108,8 @@ enum minesweeper_status {
|
|||
# define MINESWP_UP BUTTON_UP
|
||||
# define MINESWP_DOWN BUTTON_DOWN
|
||||
# define MINESWP_QUIT BUTTON_POWER
|
||||
# define MINESWP_NEXT BUTTON_SCROLL_DOWN
|
||||
# define MINESWP_PREV BUTTON_SCROLL_UP
|
||||
# define MINESWP_NEXT BUTTON_SCROLL_FWD
|
||||
# define MINESWP_PREV BUTTON_SCROLL_BACK
|
||||
# define MINESWP_TOGGLE BUTTON_REC
|
||||
# define MINESWP_DISCOVER BUTTON_SELECT
|
||||
# define MINESWP_INFO (BUTTON_REC|BUTTON_REPEAT)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue