add ps4 support
This commit is contained in:
@@ -550,7 +550,9 @@ void CConsoleMinecraftApp::CommerceTick()
|
||||
{
|
||||
SonyCommerce::ProductInfo *pProductInfo=&(pvProductList->at(j));
|
||||
// just want the final 16 characters of the product id
|
||||
#ifndef DISABLE_PSN
|
||||
RegisterDLCData(&pProductInfo->productId[20],0,pProductInfo->imageUrl);
|
||||
#endif
|
||||
}
|
||||
iter++;
|
||||
}
|
||||
@@ -1068,7 +1070,9 @@ void CConsoleMinecraftApp::SystemServiceTick()
|
||||
{
|
||||
case SCE_SYSTEM_SERVICE_EVENT_GAME_CUSTOM_DATA:
|
||||
{
|
||||
#ifndef DISABLE_PSN
|
||||
OrbisNPToolkit::getMessageData((SceNpGameCustomDataEventParam*)event.data.param);
|
||||
#endif
|
||||
// Processing after invitation
|
||||
//SceNpSessionInvitationEventParam* pInvite = (SceNpSessionInvitationEventParam*)event.data.param;
|
||||
//SQRNetworkManager_Orbis::GetInviteDataAndProcess(pInvite);
|
||||
|
||||
Reference in New Issue
Block a user