From af99e96ba6b52dd93c0c4197592385aa9972dfcd Mon Sep 17 00:00:00 2001 From: JJminecraftguy <121647223+JJminecraftguy@users.noreply.github.com> Date: Thu, 16 Apr 2026 00:50:25 -0500 Subject: [PATCH 1/2] Fix mismatch --- Minecraft.Client/Windows64/Iggy/gdraw/gdraw_d3d11.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Minecraft.Client/Windows64/Iggy/gdraw/gdraw_d3d11.cpp b/Minecraft.Client/Windows64/Iggy/gdraw/gdraw_d3d11.cpp index b9fb627bf1..91e8f7a6c4 100644 --- a/Minecraft.Client/Windows64/Iggy/gdraw/gdraw_d3d11.cpp +++ b/Minecraft.Client/Windows64/Iggy/gdraw/gdraw_d3d11.cpp @@ -141,7 +141,7 @@ GDrawFunctions *gdraw_D3D11_CreateContext(ID3D11Device *dev, ID3D11DeviceContext } // 4J added - interface so we can set the viewport back to the one that Iggy last set up -void gdraw_D3D11_setViewport_4J() +void RADLINK gdraw_D3D11_setViewport_4J() { set_viewport(); -} \ No newline at end of file +} From b47432732bd056f6fe2cd69477adfc4aa375364f Mon Sep 17 00:00:00 2001 From: JJminecraftguy <121647223+JJminecraftguy@users.noreply.github.com> Date: Thu, 16 Apr 2026 00:54:05 -0500 Subject: [PATCH 2/2] more platform inclusive --- Minecraft.Client/Extrax64Stubs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Minecraft.Client/Extrax64Stubs.cpp b/Minecraft.Client/Extrax64Stubs.cpp index a699e95326..9e30607df8 100644 --- a/Minecraft.Client/Extrax64Stubs.cpp +++ b/Minecraft.Client/Extrax64Stubs.cpp @@ -68,7 +68,7 @@ DWORD XContentGetThumbnail(DWORD dwUserIndex, const XCONTENT_DATA* pContentData, void XShowAchievementsUI(int i) {} DWORD XBackgroundDownloadSetMode(XBACKGROUND_DOWNLOAD_MODE Mode) { return 0; } -#if !defined(_DURANGO) && !defined(_WIN64) +#if !defined(_DURANGO) && !defined(_WIN32) void PIXAddNamedCounter(int a, const char* b, ...) {} //#define PS3_USE_PIX_EVENTS //#define PS4_USE_PIX_EVENTS