aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/x64headers
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/x64headers')
-rw-r--r--Minecraft.World/x64headers/extraX64.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/Minecraft.World/x64headers/extraX64.h b/Minecraft.World/x64headers/extraX64.h
index d06b2420..2205ae05 100644
--- a/Minecraft.World/x64headers/extraX64.h
+++ b/Minecraft.World/x64headers/extraX64.h
@@ -50,9 +50,9 @@ typedef SQRNetworkManager::PresenceSyncInfo INVITE_INFO;
#include <np.h>
#include <assert.h>
#include <stdlib.h>
-#include "..\..\Minecraft.Client\PSVita\PSVita_PlayerUID.h"
#include "..\..\Minecraft.Client\PSVita\Network\SQRNetworkManager_Vita.h"
#include "..\..\Minecraft.Client\PSVita\Network\SQRNetworkManager_AdHoc_Vita.h"
+#include "..\..\Minecraft.Client\PSVita\4JLibs\inc\4J_Profile.h"
typedef SQRNetworkManager_Vita::SessionID SessionID;
typedef SQRNetworkManager_Vita::PresenceSyncInfo INVITE_INFO;
@@ -70,7 +70,7 @@ class INVITE_INFO;
#endif // __PS3__
-#ifndef _DURANGO
+#if !(defined _DURANGO || defined __PSVITA__)
typedef PlayerUID *PPlayerUID;
#endif
typedef struct _XUIOBJ* HXUIOBJ;
@@ -332,6 +332,7 @@ void XSetThreadProcessor(HANDLE a, int b);
const int QNET_SENDDATA_LOW_PRIORITY = 0;
const int QNET_SENDDATA_SECONDARY = 0;
+
#if defined(__PS3__) || defined(__ORBIS__) || defined(_DURANGO) || defined(__PSVITA__)
#define INVALID_XUID PlayerUID()
#else
@@ -560,7 +561,7 @@ const int XC_LANGUAGE_DUTCH =0x10;
const int XC_LANGUAGE_SCHINESE =0x11;
// for Sony
-const int XC_LANGUAGE_LATINAMERICANSPANISH =0xF0;
+// const int XC_LANGUAGE_LATINAMERICANSPANISH =0xF0; // 4J-JEV: Now differentiated via XC_LOCALE_LATIN_AMERICA
const int XC_LANGUAGE_FINISH =0xF1;
const int XC_LANGUAGE_GREEK =0xF2;
const int XC_LANGUAGE_DANISH =0xF3;