diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-12-05 12:11:53 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-05 09:11:53 -0800 |
| commit | 8ce8d2f5411d35329dc92ef65f29e2e7167f3830 (patch) | |
| tree | 6b0b76a7e1f0f8872808459ae8f133c31ca49731 /src/JSystem/JStage/JSGSystem.cpp | |
| parent | 70d78b493339a4a823beb2ec195485be3d9abd63 (diff) | |
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
Diffstat (limited to 'src/JSystem/JStage/JSGSystem.cpp')
| -rw-r--r-- | src/JSystem/JStage/JSGSystem.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
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) { } - |
