forked from cafeberry/cafeberry
added some kbm stuff
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user