1
0
Fork 0
forked from len0rd/rockbox

Improved reliability of runtime accounting and speaking it.

Change-Id: I6f0fb907e0378487cec387a2cfd3a20b9a596c4e
This commit is contained in:
Solomon Peachy 2019-08-05 22:05:32 -04:00
parent 4c481d2b0e
commit 2d70fdcd8c
3 changed files with 12 additions and 2 deletions

View file

@ -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));