From 29fa47d43d0a9a0fc98fddfa315145ecc7727044 Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Wed, 10 Mar 2021 19:07:06 -0500 Subject: Open Plugin cache plugin entry when possible leave plugin entries in ram and try not to save them unless necessary doesn't use more space just a bit of careful ordering with the buffer Change-Id: I1973e9ad4655c2544f596b37cee35601a0cffa94 --- apps/misc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/misc.c') diff --git a/apps/misc.c b/apps/misc.c index 3a8798fec0..96ad534c68 100644 --- a/apps/misc.c +++ b/apps/misc.c @@ -65,6 +65,7 @@ #include "viewport.h" #include "list.h" #include "fixedpoint.h" +#include "open_plugin.h" #include "debug.h" @@ -279,6 +280,7 @@ static void system_flush(void) { playlist_shutdown(); tree_flush(); + open_plugin_cache_flush(); call_storage_idle_notifys(true); /*doesnt work on usb and shutdown from ata thread */ } -- cgit v1.2.3