lua: let user know which lua core is in use
This commit is contained in:
parent
e8103a1c53
commit
900a9e5322
|
@ -349,5 +349,11 @@ namespace BizHawk.Client.Common
|
|||
|
||||
return "";
|
||||
}
|
||||
|
||||
[LuaMethod("getluacore", "returns the name of the Lua core currently in use")]
|
||||
public string GetLuaBackend()
|
||||
{
|
||||
return Lua.WhichLua;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue