Virtualpads - refresh pads every frame

This commit is contained in:
adelikat 2014-07-04 15:15:08 +00:00
parent 5c8cf8b141
commit 90df58abfa
1 changed files with 2 additions and 0 deletions

View File

@ -194,6 +194,8 @@ namespace BizHawk.Client.EmuHawk
{
Pads.ForEach(pad => pad.Clear());
}
Pads.ForEach(pad => pad.Refresh());
}
#endregion