make a comment on prior commit for good recordkeeping purposes
This commit is contained in:
parent
ae4fff522d
commit
a8d10525b6
|
@ -133,7 +133,10 @@ namespace BizHawk.Client.Common
|
|||
public string Update_LatestVersion = "";
|
||||
public string Update_IgnoreVersion = "";
|
||||
public bool CDLAutoSave = true, CDLAutoStart = true;
|
||||
|
||||
//check CurrentDomain_AssemblyResolve if you change the defaults or name of this key
|
||||
public bool UseNLua = true; // Whether or not to use a good, reliable, memory-leak-free lua interface that is slower than the original luainterface
|
||||
|
||||
////public bool TurboSeek = true; // When PauseOnFrame is set, this will decide whether the client goes into turbo mode or not
|
||||
|
||||
private bool _turboSeek;
|
||||
|
|
Loading…
Reference in New Issue