2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-10 19:47:44 +00:00

Fix oversight in ImGuiControllerConfig

This commit is contained in:
2022-05-09 21:59:57 -07:00
parent 9d634e6a05
commit 3cb38cc94c

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