fix error in IPCKeyInput
This commit is contained in:
parent
aa8b87129b
commit
3cbea04448
|
@ -56,7 +56,10 @@ namespace BizHawk.Client.EmuHawk
|
|||
EventList.Clear();
|
||||
|
||||
lock (PendingEventList)
|
||||
{
|
||||
EventList.AddRange(PendingEventList);
|
||||
PendingEventList.Clear();
|
||||
}
|
||||
|
||||
return EventList;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue