attempt at trying to get XB360 to work

This commit is contained in:
2026-08-01 06:15:37 +03:00
parent 2170209e26
commit 01abe05b18
27 changed files with 435 additions and 187 deletions
+13 -2
View File
@@ -101,10 +101,17 @@ using namespace DirectX;
#include <xuiapp.h>
#include <xact3.h>
#include <xact3d3.h>
#ifdef _DISABLE_XBLIVE
typedef ULONGLONG PlayerUID;
typedef ULONGLONG SessionID;
typedef PlayerUID GameSessionUID;
class INVITE_INFO;
#else
typedef XINVITE_INFO INVITE_INFO;
typedef XUID PlayerUID;
typedef XNKID SessionID;
typedef XUID GameSessionUID;
#endif // _DISABLE_XBLIVE
#define HRESULT_SUCCEEDED(hr) (((HRESULT)(hr)) >= 0)
#include "..\Minecraft.Client\xbox\network\extra.h"
@@ -231,7 +238,11 @@ typedef XUID GameSessionUID;
#include "Xbox\GameConfig\Minecraft.spa.h"
#include "XboxMedia\4J_strings.h"
#include "Xbox\XML\ATGXmlParser.h"
#ifndef _DISABLE_XBLIVE
#include "Xbox\Leaderboards\XboxLeaderboardManager.h"
#else
#include "Windows64\Leaderboards\WindowsLeaderboardManager.h"
#endif
#include "Xbox\Social\SocialManager.h"
#include "Xbox\Audio\SoundEngine.h"
#include "Xbox\Xbox_UIController.h"
@@ -292,7 +303,7 @@ typedef XUID GameSessionUID;
#include "PSVita\Iggy\include\iggy.h"
#include "PSVita\Iggy\gdraw\gdraw_psp2.h"
#include "PSVita\PSVita_UIController.h"
#else
#elif !defined _XBOX
#include "Orbis\Sentient\MinecraftTelemetry.h"
#include "OrbisMedia\strings.h"
#include "Orbis\Orbis_App.h"
@@ -349,4 +360,4 @@ typedef XUID GameSessionUID;
#define OutputDebugStringW BREAKTHECOMPILE
#endif
void MemSect(int sect);
void MemSect(int sect);