Fix oversight in ImGuiControllerConfig

This commit is contained in:
Phillip Stephens 2022-05-09 21:59:57 -07:00
parent 9d634e6a05
commit 3cb38cc94c
Signed by: Antidote
GPG Key ID: F8BEE4C83DACA60D
1 changed files with 1 additions and 0 deletions

View File

@ -125,6 +125,7 @@ void ImGuiControllerConfig::show(bool& visible) {
m_pendingMapping = nullptr;
m_pendingValid = false;
m_pendingPort = -1;
PADBlockInput(false);
}
u32 vid, pid;
PADGetVidPid(i, &vid, &pid);