Virtualpads - refresh pads every frame
This commit is contained in:
parent
5c8cf8b141
commit
90df58abfa
|
@ -194,6 +194,8 @@ namespace BizHawk.Client.EmuHawk
|
||||||
{
|
{
|
||||||
Pads.ForEach(pad => pad.Clear());
|
Pads.ForEach(pad => pad.Clear());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Pads.ForEach(pad => pad.Refresh());
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
Loading…
Reference in New Issue