Cheats - add a few missing variables to restore defaults
This commit is contained in:
parent
c93df8341f
commit
482164655f
|
@ -751,6 +751,8 @@ namespace BizHawk.MultiClient
|
|||
Global.Config.CheatsSaveWindowPosition = true;
|
||||
Global.Config.CheatsAlwaysOnTop = TopMost = false;
|
||||
Global.Config.DisableCheatsOnLoad = false;
|
||||
Global.Config.LoadCheatFileByGame = true;
|
||||
Global.Config.CheatsAutoSaveOnClose = true;
|
||||
|
||||
Global.Config.CheatsColumnIndices = new Dictionary<string, int>
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue