From 8ce8d2f5411d35329dc92ef65f29e2e7167f3830 Mon Sep 17 00:00:00 2001 From: LagoLunatic Date: Fri, 5 Dec 2025 12:11:53 -0500 Subject: Add JSystem PCH to fix weak function order (#904) * Add JSystem PCH * Fix build issues, remove weak order fakematches, and fix functionvalue weak func order --- src/JSystem/JStage/JSGSystem.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/JSystem/JStage/JSGSystem.cpp') diff --git a/src/JSystem/JStage/JSGSystem.cpp b/src/JSystem/JStage/JSGSystem.cpp index d5d27bff..fbe57aa3 100644 --- a/src/JSystem/JStage/JSGSystem.cpp +++ b/src/JSystem/JStage/JSGSystem.cpp @@ -3,6 +3,8 @@ // Translation Unit: JSGSystem.cpp // +#include "JSystem/JSystem.h" // IWYU pragma: keep + #include "JSystem/JStage/JSGSystem.h" #include "dolphin/types.h" @@ -37,4 +39,3 @@ bool JStage::TSystem::JSGGetSystemData(u32) { /* 8026E07C-8026E080 .text JSGSetSystemData__Q26JStage7TSystemFUlUl */ void JStage::TSystem::JSGSetSystemData(u32, u32) { } - -- cgit v1.2.3