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,6 +1028,7 @@ void PADconfigure()
|
||||||
ScopedCoreThreadPause paused_core;
|
ScopedCoreThreadPause paused_core;
|
||||||
Configure();
|
Configure();
|
||||||
paused_core.AllowResume();
|
paused_core.AllowResume();
|
||||||
|
if(tmp != nullptr)
|
||||||
PADopen(tmp);
|
PADopen(tmp);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue