2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-13 15:51:22 +00:00

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

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);