diff --git a/src/BizHawk.Emulation.Cores/Libretro/Libretro.Emulator.cs b/src/BizHawk.Emulation.Cores/Libretro/Libretro.Emulator.cs index 3cd6faa42e..a9ca7cdcc9 100644 --- a/src/BizHawk.Emulation.Cores/Libretro/Libretro.Emulator.cs +++ b/src/BizHawk.Emulation.Cores/Libretro/Libretro.Emulator.cs @@ -136,8 +136,8 @@ namespace BizHawk.Emulation.Cores.Libretro if (inited) { - api.retro_deinit(); api.retro_unload_game(); + api.retro_deinit(); inited = false; }