on shutdown, close tools before stopping movie

- closes #4065
This commit is contained in:
Morilli 2024-10-01 15:40:30 +02:00
parent e71cdf8440
commit 0fe8fadc39
1 changed files with 1 additions and 1 deletions

View File

@ -809,8 +809,8 @@ namespace BizHawk.Client.EmuHawk
return;
}
MovieSession.StopMovie();
Tools.Close();
MovieSession.StopMovie();
// zero 03-nov-2015 - close game after other steps. tools might need to unhook themselves from a core.
CloseGame();
SaveConfig();