mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 05:35:02 -05:00
plugins - Add PLUGIN_GOTO_ROOT - lua add PLUGIN_GOTO_ROOT and PLUGIN_ERROR
Change-Id: I018f68685877700571aa7687428cfdda436a0294
This commit is contained in:
parent
7b7d9a384a
commit
32edbd430d
5 changed files with 11 additions and 1 deletions
|
|
@ -746,6 +746,9 @@ int ft_enter(struct tree_context* c)
|
|||
else
|
||||
rc = GO_TO_FILEBROWSER;
|
||||
break;
|
||||
case PLUGIN_GOTO_ROOT:
|
||||
rc = GO_TO_ROOT;
|
||||
break;
|
||||
/*
|
||||
case PLUGIN_ERROR:
|
||||
case PLUGIN_OK:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue