Remove an unnecessary usage of Global.Emulator in Tastudio
This commit is contained in:
parent
78bb41e3cf
commit
4ab2fadc93
|
@ -148,7 +148,7 @@ namespace BizHawk.Client.EmuHawk
|
||||||
// TODO: don't use Global.Emulator
|
// TODO: don't use Global.Emulator
|
||||||
return new TasBranch
|
return new TasBranch
|
||||||
{
|
{
|
||||||
Frame = Global.Emulator.Frame,
|
Frame = Tastudio.Emulator.Frame,
|
||||||
CoreData = (byte[])((Global.Emulator as IStatable).SaveStateBinary().Clone()),
|
CoreData = (byte[])((Global.Emulator as IStatable).SaveStateBinary().Clone()),
|
||||||
InputLog = Movie.InputLog.Clone(),
|
InputLog = Movie.InputLog.Clone(),
|
||||||
OSDFrameBuffer = GlobalWin.MainForm.CaptureOSD(),
|
OSDFrameBuffer = GlobalWin.MainForm.CaptureOSD(),
|
||||||
|
|
Loading…
Reference in New Issue