mirror of https://github.com/PCSX2/pcsx2.git
PAD: windows: fix error message when uninit
This commit is contained in:
parent
c4abe44e67
commit
913cb296b4
|
@ -1028,7 +1028,8 @@ void PADconfigure()
|
||||||
ScopedCoreThreadPause paused_core;
|
ScopedCoreThreadPause paused_core;
|
||||||
Configure();
|
Configure();
|
||||||
paused_core.AllowResume();
|
paused_core.AllowResume();
|
||||||
PADopen(tmp);
|
if(tmp != nullptr)
|
||||||
|
PADopen(tmp);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
|
|
Loading…
Reference in New Issue