Cheats - don't start a new list on Restart(), the mainform manages the cheat list, the cheat dialog is merely a UI for that list
This commit is contained in:
parent
879302710e
commit
6fad387840
BizHawk.Client.EmuHawk/tools/Cheats
|
@ -80,7 +80,6 @@ namespace BizHawk.Client.EmuHawk
|
|||
public void Restart()
|
||||
{
|
||||
CheatEditor.Core = Core;
|
||||
StartNewList();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
Loading…
Reference in New Issue