Lua - emu.getsystemId - be consistent with movies

This commit is contained in:
adelikat 2014-05-03 02:28:12 +00:00
parent d978e2c629
commit 76a4560ff9
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ namespace BizHawk.Client.Common
)] )]
public static string GetSystemId() public static string GetSystemId()
{ {
return Global.Emulator.SystemId; return Global.Game.System;
} }
[LuaMethodAttributes( [LuaMethodAttributes(