Lua - emu.getsystemId - be consistent with movies
This commit is contained in:
parent
d978e2c629
commit
76a4560ff9
|
@ -83,7 +83,7 @@ namespace BizHawk.Client.Common
|
|||
)]
|
||||
public static string GetSystemId()
|
||||
{
|
||||
return Global.Emulator.SystemId;
|
||||
return Global.Game.System;
|
||||
}
|
||||
|
||||
[LuaMethodAttributes(
|
||||
|
|
Loading…
Reference in New Issue