From ba6b678349268781585e6d4d32c7e19073b0e1c6 Mon Sep 17 00:00:00 2001 From: Mohamed Ashraf Date: Wed, 4 Mar 2026 15:16:53 +0400 Subject: [PATCH] SOMEONE FORGOT TO INCLUDE THE STUBS --- Minecraft.Client/CMakeLists.txt | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Minecraft.Client/CMakeLists.txt b/Minecraft.Client/CMakeLists.txt index 273ca53a4..7656d1cf2 100644 --- a/Minecraft.Client/CMakeLists.txt +++ b/Minecraft.Client/CMakeLists.txt @@ -18,6 +18,7 @@ set(Common "Common/Consoles_App.cpp" "Common/Consoles_App.h" "Common/Potion_Macros.h" + "Extrax64Stubs.cpp" ) source_group("Common" FILES ${Common}) diff --git a/README.md b/README.md index 251c6a531..f332f1cc7 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Join our community: * Steam: https://steamcommunity.com/groups/4JCraft ## Planned platforms to be supported: -- Linux (~52%) +- Linux (~90%) - Emscripten (not started) - PS3 - macOS (not started)