fixed vita startup crash by guarding commerce calls

This commit is contained in:
552eden
2026-08-05 00:39:26 +03:00
parent de8bf25fbe
commit 43878b9103
6 changed files with 9 additions and 6 deletions
@@ -107,7 +107,7 @@ int UIScene_DLCOffersMenu::ExitDLCOffersMenu(void *pParam,int iPad,C4JStorage::E
#ifdef __ORBIS__
sceNpCommerceHidePsStoreIcon();
#elif defined __PSVITA__
#elif defined(__PSVITA__) && !defined(DISABLE_PSN)
app.GetCommerce()->HidePsStoreIcon();
#endif
ui.NavigateToHomeMenu();//iPad,eUIScene_MainMenu);