fix crash when loading a .tasproj in tasutdio fixes #1938
This commit is contained in:
parent
099bee6bf5
commit
4c6c1c2613
|
@ -3922,13 +3922,13 @@ namespace BizHawk.Client.EmuHawk
|
|||
StopAv();
|
||||
|
||||
CommitCoreSettingsToConfig();
|
||||
Rewinder.Uninitialize();
|
||||
|
||||
if (MovieSession.Movie.IsActive()) // Note: this must be called after CommitCoreSettingsToConfig()
|
||||
{
|
||||
StopMovie();
|
||||
}
|
||||
|
||||
Rewinder.Uninitialize();
|
||||
|
||||
if (Tools.IsLoaded<TraceLogger>())
|
||||
{
|
||||
Tools.Get<TraceLogger>().Restart();
|
||||
|
|
Loading…
Reference in New Issue