From bdb3341a994a7dc2820c8ff393c9b5ff152cb6a0 Mon Sep 17 00:00:00 2001 From: notmatthewbeshay <92357869+NotMachow@users.noreply.github.com> Date: Wed, 11 Mar 2026 01:46:11 +1100 Subject: [PATCH] Use standard launch data buffers in common app --- Minecraft.Client/Platform/Common/Consoles_App.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Minecraft.Client/Platform/Common/Consoles_App.h b/Minecraft.Client/Platform/Common/Consoles_App.h index 2bb35300c..80a89ef33 100644 --- a/Minecraft.Client/Platform/Common/Consoles_App.h +++ b/Minecraft.Client/Platform/Common/Consoles_App.h @@ -385,8 +385,8 @@ private: public: // launch data - BYTE* m_pLaunchData; - DWORD m_dwLaunchDataSize; + std::uint8_t *m_pLaunchData; + unsigned int m_dwLaunchDataSize; public: // BAN LIST