mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2025-01-11 17:19:06 +01:00
Minor formatting
This commit is contained in:
parent
e866e6321c
commit
3acf94d049
@ -137,7 +137,6 @@ void ConfigUtils::configMenuOpenedCallback(wups_overlay_options_type_t screen, v
|
||||
maxSelect--;
|
||||
}
|
||||
}
|
||||
|
||||
} else {
|
||||
ScreenUtils::printTextOnScreen(screen, x, screen_y_pos++," %s",curConfig_->getName().c_str());
|
||||
}
|
||||
@ -213,6 +212,7 @@ void ConfigUtils::configMenuOpenedCallback(wups_overlay_options_type_t screen, v
|
||||
for (auto & curCat : curConfig->getCategories()) {
|
||||
cur_visible_rows += 2;
|
||||
for (auto & curItem : curCat->getItems()) {
|
||||
|
||||
cur_visible_rows++;
|
||||
if(!ignore && curSelect == inSelect) {
|
||||
if(curSelect == 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user