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:
arcum42 2010-05-04 09:45:57 +00:00
parent 2fed047080
commit a87adb5f7b
1 changed files with 1 additions and 0 deletions

View File

@ -581,5 +581,6 @@ keyEvent* CALLBACK PADkeyEvent()
{
s_event = event;
event.evt = 0;
event.key = 0;
return &s_event;
}