added some kbm stuff

This commit is contained in:
2026-09-13 19:41:44 -07:00
parent 82e802873f
commit 5023e0a8d6
217 changed files with 3744 additions and 235 deletions
@@ -109,6 +109,10 @@ UIScene_PauseMenu::UIScene_PauseMenu(int iPad, void *initData, UILayer *parentLa
gameMode->getTutorial()->showTutorialPopup(false);
}
m_bErrorDialogRunning = false;
#if defined(__PSVITA__) || defined(_WINDOWS64)
ui.TouchBoxRebuild(this);
#endif
}
UIScene_PauseMenu::~UIScene_PauseMenu()
@@ -137,12 +141,11 @@ wstring UIScene_PauseMenu::getMoviePath()
{
return L"PauseMenu";
}
}
void UIScene_PauseMenu::tick()
}void UIScene_PauseMenu::tick()
{
UIScene::tick();
#ifdef __PSVITA__
// 4J-MGH - Need to check for installed DLC here, as we delay the installation of the key file on Vita
if(!app.DLCInstallProcessCompleted()) app.StartInstallDLCProcess(0);