forked from len0rd/rockbox
Improved reliability of runtime accounting and speaking it.
Change-Id: I6f0fb907e0378487cec387a2cfd3a20b9a596c4e
This commit is contained in:
parent
4c481d2b0e
commit
2d70fdcd8c
3 changed files with 12 additions and 2 deletions
|
|
@ -1008,6 +1008,8 @@ int plugin_load(const char* plugin, const void* parameter)
|
|||
|
||||
plugin_check_open_close__exit();
|
||||
|
||||
status_save();
|
||||
|
||||
if (rc == PLUGIN_ERROR)
|
||||
splash(HZ*2, str(LANG_PLUGIN_ERROR));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue