1
0
Fork 0
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:
Jeffrey Goode 2010-04-08 01:43:50 +00:00
parent 3b5eff719a
commit accc046cbd
6 changed files with 84 additions and 33 deletions

View file

@ -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
};