mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
usb screen: Push the usb screen onto the activity stack. This enables %cs tag support for it.
Change-Id: Icecb72007aa3aba501c702e1aa65c801fcbc3857
This commit is contained in:
parent
98591a2815
commit
a6483344f6
2 changed files with 6 additions and 1 deletions
|
@ -129,7 +129,8 @@ enum current_activity {
|
|||
ACTIVITY_TIMEDATESCREEN,
|
||||
ACTIVITY_BOOKMARKSLIST,
|
||||
ACTIVITY_SHORTCUTSMENU,
|
||||
ACTIVITY_ID3SCREEN
|
||||
ACTIVITY_ID3SCREEN,
|
||||
ACTIVITY_USBSCREEN
|
||||
};
|
||||
|
||||
#if CONFIG_CODEC == SWCODEC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue