Default to "NLua+KopiLua" on Linux
This commit is contained in:
parent
c93ceae462
commit
41de03e31c
|
@ -149,7 +149,7 @@ namespace BizHawk.Client.Common
|
|||
public int FlushSaveRamFrames { get; set; }
|
||||
|
||||
/// <remarks>Don't rename this without changing <c>BizHawk.Client.EmuHawk.Program.CurrentDomain_AssemblyResolve</c></remarks>
|
||||
public ELuaEngine LuaEngine { get; set; } = ELuaEngine.LuaPlusLuaInterface;
|
||||
public ELuaEngine LuaEngine { get; set; } = OSTailoredCode.IsUnixHost ? ELuaEngine.NLuaPlusKopiLua : ELuaEngine.LuaPlusLuaInterface;
|
||||
|
||||
public bool TurboSeek { get; set; }
|
||||
|
||||
|
|
Loading…
Reference in New Issue