add ps4 support
This commit is contained in:
@@ -39,8 +39,12 @@
|
||||
#include "..\..\Minecraft.World\OldChunkStorage.h"
|
||||
#include "Leaderboards\OrbisLeaderboardManager.h"
|
||||
|
||||
#ifndef DISABLE_PSN
|
||||
#include "Network/Orbis_NPToolkit.h"
|
||||
#include "Orbis\Network\SonyVoiceChat_Orbis.h"
|
||||
#else
|
||||
#include "..\..\Minecraft.Client\Common\Network\WinsockNetLayer.h"
|
||||
#endif
|
||||
|
||||
#define THEME_NAME "584111F70AAAAAAA"
|
||||
#define THEME_FILESIZE 2797568
|
||||
@@ -702,7 +706,9 @@ void RegisterAwardsWithProfileManager()
|
||||
// Rich Presence init - number of presences, number of contexts
|
||||
//printf("Rich presence strings are hard coded on PS3 for now, must change this!\n");
|
||||
ProfileManager.RichPresenceInit(4,1);
|
||||
#ifndef DISABLE_PSN
|
||||
ProfileManager.SetRichPresenceSettingFn(SQRNetworkManager_Orbis::SetRichPresence);
|
||||
#endif
|
||||
char *pchRichPresenceString;
|
||||
|
||||
pchRichPresenceString=(char *)AddRichPresenceString(IDS_RICHPRESENCE_GAMESTATE);
|
||||
@@ -949,7 +955,9 @@ int main(int argc, const char *argv[] )
|
||||
|
||||
#endif
|
||||
app.InitTime();
|
||||
#ifndef DISABLE_PSN
|
||||
NPToolkit.init();
|
||||
#endif
|
||||
|
||||
// Set the number of possible joypad layouts that the user can switch between, and the number of actions
|
||||
InputManager.Initialise(1,5,MINECRAFT_ACTION_MAX, ACTION_MAX_MENU);
|
||||
@@ -1198,7 +1206,9 @@ int main(int argc, const char *argv[] )
|
||||
|
||||
while (TRUE)
|
||||
{
|
||||
#ifndef DISABLE_PSN
|
||||
SonyVoiceChat_Orbis::tick();
|
||||
#endif
|
||||
RenderManager.StartFrame();
|
||||
#if 0
|
||||
if(pMinecraft->soundEngine->isStreamingWavebankReady() &&
|
||||
|
||||
Reference in New Issue
Block a user