summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
authorWilliam Wilgus <wilgus.william@gmail.com>2024-05-06 16:39:57 -0400
committerWilliam Wilgus <wilgus.william@gmail.com>2024-05-06 17:27:25 -0400
commitee840709d3d93376f9b5da6c34572424079304b8 (patch)
tree2357bb53651524d1cc5dd386fb32ddba15e7be0d /apps/plugin.c
parent30482bd9087444c434ee4c4cc1756ca9a402f5ad (diff)
downloadrockbox-ee840709d3d93376f9b5da6c34572424079304b8.tar.gz
rockbox-ee840709d3d93376f9b5da6c34572424079304b8.zip
[Feature] Open plugins now recognizes known filetypes and can run them
now you can run your lua files without having to add the viewer to the shortcut or if you want a bmp file to be displayed when you start the device that can be done as well Change-Id: Ia56b566789623a2ca78d9e4583086db6e2cd689b
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index bd93cb8b5c..931b8f1fd4 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -837,6 +837,7 @@ static const struct plugin_api rockbox_api = {
837#endif 837#endif
838 playlist_get_first_index, 838 playlist_get_first_index,
839 playlist_get_display_index, 839 playlist_get_display_index,
840 filetype_get_plugin,
840}; 841};
841 842
842static int plugin_buffer_handle; 843static int plugin_buffer_handle;