mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-07 12:38:29 +00:00
cleanup: collapse common app and ui console branches
This commit is contained in:
@@ -280,7 +280,7 @@ UIScene_InGamePlayerOptionsMenu::UIScene_InGamePlayerOptionsMenu(
|
||||
g_NetworkManager.RegisterPlayerChangedCallback(
|
||||
m_iPad, &UIScene_InGamePlayerOptionsMenu::OnPlayerChanged, this);
|
||||
|
||||
#ifdef __PSVITA__
|
||||
#if 0
|
||||
ui.TouchBoxRebuild(this);
|
||||
#endif
|
||||
}
|
||||
@@ -548,7 +548,7 @@ void UIScene_InGamePlayerOptionsMenu::handleInput(int iPad, int key,
|
||||
}
|
||||
break;
|
||||
case ACTION_MENU_OK:
|
||||
#ifdef __ORBIS__
|
||||
#if 0
|
||||
case ACTION_MENU_TOUCHPAD_PRESS:
|
||||
#endif
|
||||
sendInputToMovie(key, repeat, pressed, released);
|
||||
|
||||
Reference in New Issue
Block a user