make a comment on prior commit for good recordkeeping purposes

This commit is contained in:
zeromus 2017-07-14 13:48:33 -05:00
parent ae4fff522d
commit a8d10525b6
1 changed files with 3 additions and 0 deletions

View File

@ -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;