cleanup: collapse common app and ui console branches

This commit is contained in:
MatthewBeshay
2026-03-26 18:49:24 +11:00
parent ad5da38321
commit 6ef7d05f7e
148 changed files with 1389 additions and 1489 deletions

View File

@@ -55,7 +55,7 @@ UIScene_MessageBox::UIScene_MessageBox(int iPad, void* initData,
parentLayer->addComponent(iPad, eUIComponent_MenuBackground);
// 4J-TomK - rebuild touch after auto resize
#ifdef __PSVITA__
#if 0
ui.TouchBoxRebuild(this);
#endif
}
@@ -111,7 +111,7 @@ void UIScene_MessageBox::handleInput(int iPad, int key, bool repeat,
}
break;
case ACTION_MENU_OK:
#ifdef __ORBIS__
#if 0
case ACTION_MENU_TOUCHPAD_PRESS:
#endif
sendInputToMovie(key, repeat, pressed, released);