mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-18 15:38:11 +00:00
cleanup: collapse common app and ui console branches
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user