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 a7ae34f..6892cb9 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -259,6 +259,9 @@ static const struct plugin_api rockbox_api = {
mpeg_get_file_pos,
find_next_frame,
mpeg_get_last_header,
+#ifndef SIMULATOR
+ system_memory_guard,
+#endif
};
int plugin_load(const char* plugin, void* parameter)