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
|
|
@ -808,6 +808,10 @@ static int load_plugin_screen(char *key)
|
|||
}
|
||||
continue;
|
||||
}
|
||||
else if (ret == PLUGIN_GOTO_ROOT)
|
||||
{
|
||||
ret_val = GO_TO_ROOT;
|
||||
}
|
||||
else
|
||||
{
|
||||
ret_val = GO_TO_PREVIOUS;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue