From 3d3bda68ad4f24314f43bf9de85cad3735d9050c Mon Sep 17 00:00:00 2001 From: retro-wertz Date: Mon, 5 Aug 2019 09:52:18 +0800 Subject: [PATCH] Close plugins when exiting core --- frontend/libretro.c | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/libretro.c b/frontend/libretro.c index 192d6d06..20e233a1 100644 --- a/frontend/libretro.c +++ b/frontend/libretro.c @@ -2275,6 +2275,7 @@ void retro_init(void) void retro_deinit(void) { + ClosePlugins(); SysClose(); #ifdef _3DS linearFree(vout_buf); -- 2.39.2