Change "Max. controller count" overlay layout

pull/183/head
Peter Repukat 2 years ago
parent a5f6d2d975
commit b0a1036548

@ -56,6 +56,7 @@ void InputRedirector::run()
ImGui::Begin("Controller Emulation");
int countcopy = Settings::controller.maxControllers;
ImGui::Text("Max. controller count");
ImGui::SameLine();
ImGui::InputInt("##Max. controller count", &countcopy, 1, 1);
if (countcopy > XUSER_MAX_COUNT) {
countcopy = XUSER_MAX_COUNT;

Loading…
Cancel
Save