forked from len0rd/rockbox
Hotkey: better settings handling, fewer saved variables, localizable hotkey info list
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25529 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3b5eff719a
commit
accc046cbd
6 changed files with 84 additions and 33 deletions
|
@ -817,10 +817,10 @@ struct user_settings
|
|||
#endif
|
||||
|
||||
#ifdef HAVE_HOTKEY
|
||||
/* hotkey assignments - acceptable values are in
|
||||
hotkey_settings enum in onplay.c */
|
||||
int hotkey_wps;
|
||||
int hotkey_wps_desc_id;
|
||||
int hotkey_tree;
|
||||
int hotkey_tree_desc_id;
|
||||
#endif
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue