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
@@ -665,7 +665,9 @@ int main()
app.CommerceInit(); // MGH - moved this here so GetCommerce isn't NULL
// 4J-PB - Kick of the check for trial or full version - requires ui to be initialised
#ifndef DISABLE_PSN
app.GetCommerce()->CheckForTrialUpgradeKey();
#endif