We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
emu.getluacore
1 parent 0d5efbb commit 9454320Copy full SHA for 9454320
src/BizHawk.Client.Common/lua/CommonLibs/EmulationLuaLibrary.cs
@@ -123,13 +123,5 @@ public string GetDisplayType()
123
[LuaMethod("getboardname", "returns (if available) the board name of the loaded ROM")]
124
public string GetBoardName()
125
=> APIs.Emulation.GetBoardName();
126
-
127
- [LuaDeprecatedMethod]
128
- [LuaMethod("getluacore", "returns the name of the Lua core currently in use")]
129
- public string GetLuaBackend()
130
- {
131
- Log("Deprecated function emu.getluacore() used, replace the call with client.get_lua_engine().");
132
- return _luaLibsImpl.EngineName;
133
- }
134
}
135
0 commit comments