Close plugins when exiting core
authorretro-wertz <retro-wertz@users.noreply.github.com>
Mon, 5 Aug 2019 01:52:18 +0000 (09:52 +0800)
committerretro-wertz <retro-wertz@users.noreply.github.com>
Mon, 5 Aug 2019 01:52:18 +0000 (09:52 +0800)
frontend/libretro.c

index 192d6d0..20e233a 100644 (file)
@@ -2275,6 +2275,7 @@ void retro_init(void)
 
 void retro_deinit(void)
 {
+       ClosePlugins();
        SysClose();
 #ifdef _3DS
    linearFree(vout_buf);