mirror of https://github.com/PCSX2/pcsx2.git
onepad: remove remaining XAutoRepeat* call
This commit is contained in:
parent
4ef0572ceb
commit
43390ec240
|
@ -120,11 +120,11 @@ void AnalyzeKeyEvent(int pad, keyEvent &evt)
|
|||
break;
|
||||
|
||||
case FocusIn:
|
||||
XAutoRepeatOff(GSdsp);
|
||||
//XAutoRepeatOff(GSdsp);
|
||||
break;
|
||||
|
||||
case FocusOut:
|
||||
XAutoRepeatOn(GSdsp);
|
||||
//XAutoRepeatOn(GSdsp);
|
||||
break;
|
||||
|
||||
case ButtonPress:
|
||||
|
|
Loading…
Reference in New Issue