mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
FS#11270 by Chris Savery - WPS integration for pictureflow
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26710 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1596128296
commit
d871ff8cce
8 changed files with 159 additions and 27 deletions
|
@ -29,6 +29,7 @@ enum {
|
|||
ONPLAY_RELOAD_DIR,
|
||||
ONPLAY_START_PLAY,
|
||||
ONPLAY_PLAYLIST,
|
||||
ONPLAY_PICTUREFLOW,
|
||||
};
|
||||
|
||||
#ifdef HAVE_HOTKEY
|
||||
|
@ -43,6 +44,7 @@ enum hotkey_action {
|
|||
HOTKEY_DELETE,
|
||||
HOTKEY_INSERT,
|
||||
HOTKEY_INSERT_SHUFFLED,
|
||||
HOTKEY_PICTUREFLOW,
|
||||
};
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue