Update virtualpads immediate when the movie status changes, huge improvement when using tastudio and virtualpad together as the record checkbox toggle now changes the readonly status of the pad
This commit is contained in:
parent
837592ca11
commit
f6503adfb8
|
@ -84,6 +84,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
|
||||
UpdateWindowTitle();
|
||||
UpdateStatusSlots();
|
||||
Tools.UpdateValues<VirtualpadTool>();
|
||||
}
|
||||
|
||||
public void StopMovie(bool saveChanges = true)
|
||||
|
|
|
@ -147,6 +147,8 @@ namespace BizHawk.Client.EmuHawk
|
|||
CreatePads();
|
||||
}
|
||||
|
||||
protected override void GeneralUpdate() => UpdateAfter();
|
||||
|
||||
protected override void UpdateAfter()
|
||||
{
|
||||
if (!IsHandleCreated || IsDisposed)
|
||||
|
|
Loading…
Reference in New Issue