parent
f59cfb1710
commit
15125ec11f
|
@ -25,7 +25,7 @@ namespace BizHawk.Client.EmuHawk
|
||||||
|
|
||||||
public override string Name => "tastudio";
|
public override string Name => "tastudio";
|
||||||
|
|
||||||
private TAStudio Tastudio => Tools.Get<TAStudio>() as TAStudio;
|
private TAStudio Tastudio => Tools.TAStudio;
|
||||||
|
|
||||||
private struct PendingChanges
|
private struct PendingChanges
|
||||||
{
|
{
|
||||||
|
@ -340,7 +340,7 @@ namespace BizHawk.Client.EmuHawk
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
_changeList.Clear();
|
_changeList.Clear();
|
||||||
Tastudio.Refresh();
|
Tastudio.RefreshDialog();
|
||||||
Tastudio.JumpToGreenzone();
|
Tastudio.JumpToGreenzone();
|
||||||
Tastudio.DoAutoRestore();
|
Tastudio.DoAutoRestore();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue