MacroInput - use the Emulator RequiredService property instead of Global.Emulator

This commit is contained in:
adelikat 2016-12-06 11:03:15 -06:00
parent 9e2ec00160
commit 5c4b11d29b
1 changed files with 2 additions and 2 deletions

View File

@ -228,7 +228,7 @@ namespace BizHawk.Client.EmuHawk
private void CurrentButton_Click(object sender, EventArgs e)
{
PlaceNum.Value = Global.Emulator.Frame;
PlaceNum.Value = Emulator.Frame;
}
private void PlaceZoneButton_Click(object sender, EventArgs e)
@ -240,7 +240,7 @@ namespace BizHawk.Client.EmuHawk
if (!(CurrentMovie is TasMovie))
{
selectedZone.Start = Global.Emulator.Frame;
selectedZone.Start = Emulator.Frame;
}
selectedZone.PlaceZone(CurrentMovie);