mirror of
https://git.neolegacy.dev/pieeebot/cafeberry.git
synced 2026-09-25 00:42:33 +00:00
fix: mostly fix orbis builds
This commit is contained in:
@@ -54,7 +54,9 @@ void CPlatformNetworkManagerSony::HandleStateChange(SQRNetworkManager::eSQRNetwo
|
||||
else if( newState == SQRNetworkManager::SNM_STATE_JOINING )
|
||||
{
|
||||
// 4J Stu - We may be accepting an invite from the DLC menu, so hide the icon
|
||||
#if defined __ORBIS__ || defined __PSVITA__
|
||||
#ifdef __ORBIS__
|
||||
sceNpCommerceHidePsStoreIcon();
|
||||
#elif defined __PSVITA__
|
||||
app.GetCommerce()->HidePsStoreIcon();
|
||||
#endif
|
||||
m_bLeavingGame = false;
|
||||
|
||||
@@ -170,7 +170,8 @@ public:
|
||||
virtual void CheckForTrialUpgradeKey() = 0;
|
||||
virtual bool LicenseChecked() = 0;
|
||||
|
||||
#if defined __ORBIS__ || defined __PSVITA__
|
||||
// str1k3r: Currently does not work on Orbis.
|
||||
#if defined __PSVITA__ // || defined __ORBIS__
|
||||
virtual void ShowPsStoreIcon() = 0;
|
||||
virtual void HidePsStoreIcon() = 0;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user