Remove an unnecessary usage of Global.Emulator in Tastudio

This commit is contained in:
adelikat 2016-12-04 10:50:58 -06:00
parent 78bb41e3cf
commit 4ab2fadc93
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ namespace BizHawk.Client.EmuHawk
// TODO: don't use Global.Emulator
return new TasBranch
{
Frame = Global.Emulator.Frame,
Frame = Tastudio.Emulator.Frame,
CoreData = (byte[])((Global.Emulator as IStatable).SaveStateBinary().Clone()),
InputLog = Movie.InputLog.Clone(),
OSDFrameBuffer = GlobalWin.MainForm.CaptureOSD(),