mirror of https://github.com/AxioDL/metaforce.git
Fix oversight in ImGuiControllerConfig
This commit is contained in:
parent
9d634e6a05
commit
3cb38cc94c
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue