summaryrefslogtreecommitdiff
path: root/apps/plugins/CATEGORIES
diff options
context:
space:
mode:
authorChristian Soffke <christian.soffke@gmail.com>2023-04-13 15:14:58 +0200
committerChristian Soffke <christian.soffke@gmail.com>2023-09-20 23:57:39 -0400
commitcb3a6877fcbb001a8ee9afd3e4a25579ac40f805 (patch)
tree0bb67d281ec320e27fa6757f2d085029bda954d1 /apps/plugins/CATEGORIES
parent6ac55adc88cdacdc78e17b3e8c75fedc1d5972ef (diff)
downloadrockbox-cb3a6877fcbb001a8ee9afd3e4a25579ac40f805.tar.gz
rockbox-cb3a6877fcbb001a8ee9afd3e4a25579ac40f805.zip
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
Diffstat (limited to 'apps/plugins/CATEGORIES')
-rw-r--r--apps/plugins/CATEGORIES1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/CATEGORIES b/apps/plugins/CATEGORIES
index cb0e407d31..9ec38ab76b 100644
--- a/apps/plugins/CATEGORIES
+++ b/apps/plugins/CATEGORIES
@@ -84,6 +84,7 @@ pitch_detector,apps
84pitch_screen,viewers 84pitch_screen,viewers
85pixel-painter,games 85pixel-painter,games
86plasma,demos 86plasma,demos
87playing_time,apps
87png,viewers 88png,viewers
88gif,viewers 89gif,viewers
89pong,games 90pong,games