Add nice spacing

This commit is contained in:
Sirius902 2022-04-24 18:00:32 -07:00
commit bec0cd47d9

View file

@ -351,6 +351,7 @@ namespace SohImGui {
bool hasPad = std::find_if(controllers.begin(), controllers.end(), [](const auto& c) {
return c->HasPadConf();
}) != controllers.end();
if (!hasPad) continue;
auto menuLabel = "Controller " + std::to_string(i + 1);