forked from len0rd/rockbox
Make AB mode uable on the ipods. In AB mode select is used to set/reset
the markers in he WPS. AB mode must be disblaed ot get into the browser. This can allow the Ondio's to have AB mode but it makes rombox too large. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11832 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
26b02415cb
commit
7258b5e51a
8 changed files with 33 additions and 21 deletions
|
|
@ -111,7 +111,11 @@ enum {
|
|||
ACTION_WPS_CONTEXT,
|
||||
ACTION_WPS_QUICKSCREEN,/* optional */
|
||||
ACTION_WPS_MENU, /*this should be the same as ACTION_STD_MENU */
|
||||
ACTION_WPSAB_SINGLE, /* No targets use this, but leave n just-in-case! */
|
||||
#if 0
|
||||
ACTION_WPSAB_SINGLE, /* This needs to be #defined in
|
||||
the config-<target>.h to one of the ACTION_WPS_ actions
|
||||
so it can be used */
|
||||
#endif
|
||||
ACTION_WPS_ABSETA_PREVDIR, /* these should be safe to put together seen as */
|
||||
ACTION_WPS_ABSETB_NEXTDIR, /* you shouldnt want to change dir in ab-mode */
|
||||
ACTION_WPSAB_RESET,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue