summaryrefslogtreecommitdiff
path: root/src/JSystem/JStage/JSGSystem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/JSystem/JStage/JSGSystem.cpp')
-rw-r--r--src/JSystem/JStage/JSGSystem.cpp23
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) {
}