summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index f595ed7..002f856 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -345,6 +345,9 @@ int plugin_load(const char* plugin, void* parameter)
#endif
plugin_loaded = true;
+
+ invalidate_icache();
+
rc = plugin_start((struct plugin_api*) &rockbox_api, parameter);
/* explicitly casting the pointer here to avoid touching every plugin. */