cheats - when a cheat is auto-removed, also remove it from the recent cheats list
This commit is contained in:
parent
554052f660
commit
6b22630ab1
|
@ -238,6 +238,7 @@ namespace BizHawk.Client.Common
|
|||
else if (!_cheatList.Any() && !string.IsNullOrWhiteSpace(CurrentFileName))
|
||||
{
|
||||
new FileInfo(CurrentFileName).Delete();
|
||||
Global.Config.RecentCheats.Remove(CurrentFileName);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue