default to using luainterface over nlua, supposedly the memory leaks are resolved in luainterface
This commit is contained in:
parent
1dbf932486
commit
4711950f9c
|
@ -143,7 +143,7 @@ namespace BizHawk.Client.Common
|
|||
public int FlushSaveRamFrames;
|
||||
|
||||
//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 UseNLua = false; // Whether or not to use a good, reliable, memory-leak-free lua interface that is slower than the original luainterface
|
||||
|
||||
public bool TurboSeek { get; set; }
|
||||
|
||||
|
|
Loading…
Reference in New Issue