From edf9a4f22b24ed1a3a561bc4398ad04a7296c7bf Mon Sep 17 00:00:00 2001
From: 552eden <552eden@gmail.com>
Date: Sun, 2 Aug 2026 00:59:44 +0300
Subject: [PATCH] fix debug settings and re added ps3 leaderboard fix
---
Minecraft.Client/Common/Leaderboards/LeaderboardManager.cpp | 3 +++
Minecraft.Client/Minecraft.Client.vcxproj | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/Minecraft.Client/Common/Leaderboards/LeaderboardManager.cpp b/Minecraft.Client/Common/Leaderboards/LeaderboardManager.cpp
index 115b89cc..ec483669 100644
--- a/Minecraft.Client/Common/Leaderboards/LeaderboardManager.cpp
+++ b/Minecraft.Client/Common/Leaderboards/LeaderboardManager.cpp
@@ -9,6 +9,9 @@ const wstring LeaderboardManager::filterNames[eNumFilterModes] =
L"Friends", L"MyScore", L"TopRank"
};
+#ifdef __PS3__ // str1k3r - only PS3 needs this, also this wasnt in the leak?
+LeaderboardManager *LeaderboardManager::m_instance = NULL;
+#endif
void LeaderboardManager::DeleteInstance()
{
diff --git a/Minecraft.Client/Minecraft.Client.vcxproj b/Minecraft.Client/Minecraft.Client.vcxproj
index 16196d52..cd360380 100644
--- a/Minecraft.Client/Minecraft.Client.vcxproj
+++ b/Minecraft.Client/Minecraft.Client.vcxproj
@@ -1348,7 +1348,7 @@ xcopy /q /y /i /s /e $(ProjectDir)DurangoMedia\CU $(LayoutDir)Image\Loose\CUfalse
$(OutDir)$(ProjectName).pch
MultiThreaded
- _EXTENDED_ACHIEVEMENTS;_CONTENT_PACKAGE;_FINAL_BUILD;__PSVITA__;%(PreprocessorDefinitions)
+ _EXTENDED_ACHIEVEMENTS;_DEBUG_MENUS_ENABLED;_CONTENT_PACKAGE;_FINAL_BUILD;__PSVITA__;%(PreprocessorDefinitions)
true
true
Disabled