mirror of
https://github.com/PCSX2/pcsx2-sourceforge.git
synced 2026-02-05 11:51:18 +01:00
forgot something
This commit is contained in:
@@ -730,7 +730,7 @@ bool JoystickInfo::Init(const char* pdevid, int id, bool bStartThread)
|
||||
|
||||
void JoystickInfo::ProcessData()
|
||||
{
|
||||
if( pad < 0 )
|
||||
if( pad < 0 || js_fd < 0 )
|
||||
return;
|
||||
|
||||
for (int i=0; i<PADKEYS; i++) {
|
||||
|
||||
Reference in New Issue
Block a user