fix: miles not shutting down, copying extra stuff to output folder, typo, durango output paths & stray pixel on logos

This commit is contained in:
2026-08-29 13:04:39 -04:00
parent 81e4a789b6
commit 902a6ca641
15 changed files with 66 additions and 114 deletions
+6 -14
View File
@@ -63,19 +63,15 @@ typedef unsigned __int64 __uint64;
#endif
#ifdef _WINDOWS64
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
// Windows Header Files:
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
#include <d3d11.h>
#include <DirectXMath.h>
using namespace DirectX;
#include <windows.h>
#include <malloc.h>
#include <tchar.h>
// TODO: reference additional headers your program requires here
#include <d3d11.h>
#include <DirectXMath.h>
#include "Windows64Stubs.h"
using namespace DirectX;
#define HRESULT_SUCCEEDED(hr) (((HRESULT)(hr)) >= 0)
#endif
@@ -164,7 +160,6 @@ typedef XUID GameSessionUID;
#include "xbox\4JLibs\inc\4J_XTMS.h"
#include "xbox\4JLibs\inc\4J_Storage.h"
#elif defined (__PS3__)
#include "PS3\4JLibs\inc\4J_Input.h"
#include "PS3\4JLibs\inc\4J_Profile.h"
#include "PS3\4JLibs\inc\4J_Render.h"
@@ -236,7 +231,6 @@ typedef XUID GameSessionUID;
#include "Xbox\Social\SocialManager.h"
#include "Xbox\Audio\SoundEngine.h"
#include "Xbox\Xbox_UIController.h"
#elif defined (__PS3__)
#include "extraX64client.h"
#include "PS3\Sentient\MinecraftTelemetry.h"
@@ -263,7 +257,7 @@ typedef XUID GameSessionUID;
#include "DurangoMedia\4J_strings.h"
#include "Durango\XML\ATGXmlParser.h"
#include "Durango\Social\SocialManager.h"
#include "Common\Audio\SoundEngine.h"
#include "Common\Audio\SoundEngine.h"
#include "Durango\Iggy\include\iggy.h"
#include "Durango\Iggy\gdraw\gdraw_d3d11.h"
#include "Durango\Durango_UIController.h"
@@ -333,9 +327,7 @@ typedef XUID GameSessionUID;
#include "Common\DLC\DLCPack.h"
#include "Common\Telemetry\TelemetryManager.h"
#ifdef _XBOX
//#include "Xbox\Xbox_App.h"
#elif !defined(__PS3__)
#if !(defined __PS3__ || _XBOX)
#include "extraX64client.h"
#endif