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

@@ -36,7 +36,7 @@ UIScene_NewUpdateMessage::UIScene_NewUpdateMessage(int iPad, void* initData,
m_bIgnoreInput = false;
#ifdef __PSVITA__
#if 0
ui.TouchBoxRebuild(this);
#endif
}
@@ -57,7 +57,7 @@ void UIScene_NewUpdateMessage::handleInput(int iPad, int key, bool repeat,
bool& handled) {
if (m_bIgnoreInput) return;
#ifdef __ORBIS__
#if 0
// ignore all players except player 0 - it's their profile that is currently
// being used
if (iPad != 0) return;
@@ -78,7 +78,7 @@ void UIScene_NewUpdateMessage::handleInput(int iPad, int key, bool repeat,
app.CheckGameSettingsChanged(true, m_iPad);
ui.NavigateBack(m_iPad);
} break;
#ifdef __ORBIS__
#if 0
case ACTION_MENU_TOUCHPAD_PRESS:
#endif
case ACTION_MENU_OK: