woop
This commit is contained in:
parent
8b186f6fa4
commit
28d24ece1c
|
@ -111,6 +111,7 @@ namespace BizHawk.Emulation.Cores.Sega.Saturn
|
|||
thr.Join();
|
||||
thr = null;
|
||||
Exception ret = e;
|
||||
e = null;
|
||||
if (ret != null)
|
||||
throw ret;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue