mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-13 15:11:22 +00:00
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_pendingMapping = nullptr;
|
||||||
m_pendingValid = false;
|
m_pendingValid = false;
|
||||||
m_pendingPort = -1;
|
m_pendingPort = -1;
|
||||||
|
PADBlockInput(false);
|
||||||
}
|
}
|
||||||
u32 vid, pid;
|
u32 vid, pid;
|
||||||
PADGetVidPid(i, &vid, &pid);
|
PADGetVidPid(i, &vid, &pid);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user