mirror of https://github.com/PCSX2/pcsx2.git
Zeropad: Apply the same patch as on onepad.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2942 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
2fed047080
commit
a87adb5f7b
|
@ -581,5 +581,6 @@ keyEvent* CALLBACK PADkeyEvent()
|
||||||
{
|
{
|
||||||
s_event = event;
|
s_event = event;
|
||||||
event.evt = 0;
|
event.evt = 0;
|
||||||
|
event.key = 0;
|
||||||
return &s_event;
|
return &s_event;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue