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