diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-10-30 00:08:57 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-10-30 00:08:57 -0400 |
| commit | 52d40a9ce77f030c3c770834e1fc8d5f6b17eafc (patch) | |
| tree | da9959bdd76bc730ad5ff7a63d1c471e6cae5831 /src/JSystem/JStage/JSGSystem.cpp | |
| parent | bd0f72893cb60ca5d8c5dc8c0b1d92a4471b4010 (diff) | |
JStage all match
Diffstat (limited to 'src/JSystem/JStage/JSGSystem.cpp')
| -rw-r--r-- | src/JSystem/JStage/JSGSystem.cpp | 23 |
1 files changed, 10 insertions, 13 deletions
diff --git a/src/JSystem/JStage/JSGSystem.cpp b/src/JSystem/JStage/JSGSystem.cpp index 0edf6c9c..e448073b 100644 --- a/src/JSystem/JStage/JSGSystem.cpp +++ b/src/JSystem/JStage/JSGSystem.cpp @@ -3,41 +3,38 @@ // Translation Unit: JSGSystem.cpp // -#include "JSGSystem.h" +#include "JSystem/JStage/JSGSystem.h" #include "dolphin/types.h" /* 8026DFF8-8026E058 .text __dt__Q26JStage7TSystemFv */ JStage::TSystem::~TSystem() { - /* Nonmatching */ } /* 8026E058-8026E060 .text JSGFGetType__Q26JStage7TSystemCFv */ -void JStage::TSystem::JSGFGetType() const { - /* Nonmatching */ +s32 JStage::TSystem::JSGFGetType() const { + return 1; } /* 8026E060-8026E068 .text JSGFindObject__Q26JStage7TSystemCFPCcQ26JStage8TEObject */ -void JStage::TSystem::JSGFindObject(const char*, JStage::TEObject) const { - /* Nonmatching */ +bool JStage::TSystem::JSGFindObject(const char*, JStage::TEObject) const { + return false; } /* 8026E068-8026E070 .text JSGCreateObject__Q26JStage7TSystemFPCcQ26JStage8TEObjectUl */ -void JStage::TSystem::JSGCreateObject(const char*, JStage::TEObject, unsigned long) { - /* Nonmatching */ +bool JStage::TSystem::JSGCreateObject(const char*, JStage::TEObject, u32) { + return false; } /* 8026E070-8026E074 .text JSGDestroyObject__Q26JStage7TSystemFPQ26JStage7TObject */ void JStage::TSystem::JSGDestroyObject(JStage::TObject*) { - /* Nonmatching */ } /* 8026E074-8026E07C .text JSGGetSystemData__Q26JStage7TSystemFUl */ -void JStage::TSystem::JSGGetSystemData(unsigned long) { - /* Nonmatching */ +bool JStage::TSystem::JSGGetSystemData(u32) { + return false; } /* 8026E07C-8026E080 .text JSGSetSystemData__Q26JStage7TSystemFUlUl */ -void JStage::TSystem::JSGSetSystemData(unsigned long, unsigned long) { - /* Nonmatching */ +void JStage::TSystem::JSGSetSystemData(u32, u32) { } |
