Don't attempt to load recent tas after restart if it's diferent from the current tas

This commit is contained in:
Morilli 2024-06-23 04:59:25 +02:00
parent 6cbf06d444
commit 8935a3a676
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ namespace BizHawk.Client.EmuHawk
if (CurrentTasMovie != null)
{
if (Game.Hash != CurrentTasMovie.Hash)
if (Game.Hash != CurrentTasMovie.Hash || CurrentTasMovie.Filename != Settings.RecentTas.MostRecent)
{
TastudioStopMovie();
TasView.AllColumns.Clear();