mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
RFC: Turn Playing Time function into plugin
Since this function already requires hitting the disk, it may make sense to turn it into a plugin. A minor advantage (apart from cleaning up onplay.c and saving RAM) is that you can now access the menu not just from the WPS context menu, but also from the Shortcuts Menu or using the WPS plugin shortcut. On the other hand, TSR plugins would have to be terminated when Playing Time is launched, as is already the case for other plugins such as PictureFlow. Change-Id: Iea85229486887463ffc52f05e33e2340437f69a4
This commit is contained in:
parent
6ac55adc88
commit
cb3a6877fc
6 changed files with 401 additions and 315 deletions
|
@ -18,6 +18,7 @@ logo.c
|
|||
lrcplayer.c
|
||||
mosaique.c
|
||||
main_menu_config.c
|
||||
playing_time.c
|
||||
properties.c
|
||||
random_folder_advance_config.c
|
||||
rb_info.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue