Add tasmovies to recent list on load

This was removed in 42aa9d991d, but I don't remember if it was intentional or a mistake.
In any case it feels bad to open tas movies and not get them added to the recent list.
This commit is contained in:
Morilli 2024-08-27 23:37:48 +02:00
parent 00228a1f20
commit 4194870f6f
1 changed files with 1 additions and 0 deletions

View File

@ -533,6 +533,7 @@ namespace BizHawk.Client.EmuHawk
}
_engaged = true;
Settings.RecentTas.Add(CurrentTasMovie.Filename); // only add if it did load
if (startsFromSavestate)
{