cheats - when a cheat is auto-removed, also remove it from the recent cheats list

This commit is contained in:
adelikat 2020-06-06 10:58:09 -05:00
parent 554052f660
commit 6b22630ab1
1 changed files with 1 additions and 0 deletions

View File

@ -238,6 +238,7 @@ namespace BizHawk.Client.Common
else if (!_cheatList.Any() && !string.IsNullOrWhiteSpace(CurrentFileName))
{
new FileInfo(CurrentFileName).Delete();
Global.Config.RecentCheats.Remove(CurrentFileName);
}
}