This commit is contained in:
feos 2020-02-25 18:05:47 +03:00
parent 7b7f92ea3e
commit 0962771225
1 changed files with 2 additions and 0 deletions

View File

@ -172,6 +172,8 @@ namespace BizHawk.Emulation.Cores.Arcades.MAME
{
_exiting = true;
_mameThread.Join();
_mameSaveBuffer = new byte[0];
_hawkSaveBuffer = new byte[0];
}
#endregion