diff --git a/BizHawk.Client.Common/config/Config.cs b/BizHawk.Client.Common/config/Config.cs index 2fe244c2dc..1de5c89783 100644 --- a/BizHawk.Client.Common/config/Config.cs +++ b/BizHawk.Client.Common/config/Config.cs @@ -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; }