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
|
|
@ -191,6 +191,7 @@ enum plugin_status {
|
|||
PLUGIN_POWEROFF,
|
||||
PLUGIN_GOTO_WPS,
|
||||
PLUGIN_GOTO_PLUGIN,
|
||||
PLUGIN_GOTO_ROOT,
|
||||
PLUGIN_ERROR = -1,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue