Skip to content

Commit 9454320

Browse files
committed
Remove API function emu.getluacore, deprecated in 2.6
1 parent 0d5efbb commit 9454320

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/BizHawk.Client.Common/lua/CommonLibs/EmulationLuaLibrary.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,5 @@ public string GetDisplayType()
123123
[LuaMethod("getboardname", "returns (if available) the board name of the loaded ROM")]
124124
public string GetBoardName()
125125
=> 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-
}
134126
}
135127
}

0 commit comments

Comments
 (0)