This commit is contained in:
2024-09-26 03:12:43 +08:00
parent 7fab525f42
commit 4b26993891
31 changed files with 1525 additions and 153 deletions

View File

@@ -1,14 +0,0 @@
// AUTO-GENERATED FILE!!!!
// This function has yet to be decompiled using 'Dump Current Function' in ghidra
// with possible manualy fixes
#include <r3/binders/auto.h>
#include <gh_global.h>
#include <stdexcept>
// 00504ef0
// r3_module10input_init
extern "C" undefined r3_module10input_init(void) {
// TODO: Implement this function
throw GHStubException("Function not implemented: r3_module10input_init");
}

View File

@@ -1,14 +0,0 @@
// AUTO-GENERATED FILE!!!!
// This function has yet to be decompiled using 'Dump Current Function' in ghidra
// with possible manualy fixes
#include <r3/binders/auto.h>
#include <gh_global.h>
#include <stdexcept>
// 00554fc0
// r3_module11_init
extern "C" undefined r3_module11_init(void) {
// TODO: Implement this function
throw GHStubException("Function not implemented: r3_module11_init");
}

View File

@@ -1,14 +0,0 @@
// AUTO-GENERATED FILE!!!!
// This function has yet to be decompiled using 'Dump Current Function' in ghidra
// with possible manualy fixes
#include <r3/binders/auto.h>
#include <gh_global.h>
#include <stdexcept>
// 0055ab30
// r3_module12_init
extern "C" undefined r3_module12_init(void) {
// TODO: Implement this function
throw GHStubException("Function not implemented: r3_module12_init");
}

View File

@@ -1,14 +0,0 @@
// AUTO-GENERATED FILE!!!!
// This function has yet to be decompiled using 'Dump Current Function' in ghidra
// with possible manualy fixes
#include <r3/binders/auto.h>
#include <gh_global.h>
#include <stdexcept>
// 00588120
// r3_module14_init
extern "C" undefined r3_module14_init(void) {
// TODO: Implement this function
throw GHStubException("Function not implemented: r3_module14_init");
}

View File

@@ -1,14 +0,0 @@
// AUTO-GENERATED FILE!!!!
// This function has yet to be decompiled using 'Dump Current Function' in ghidra
// with possible manualy fixes
#include <r3/binders/auto.h>
#include <gh_global.h>
#include <stdexcept>
// 0058eb70
// r3_module15_init
extern "C" undefined r3_module15_init(void) {
// TODO: Implement this function
throw GHStubException("Function not implemented: r3_module15_init");
}

View File

@@ -1,14 +0,0 @@
// AUTO-GENERATED FILE!!!!
// This function has yet to be decompiled using 'Dump Current Function' in ghidra
// with possible manualy fixes
#include <r3/binders/auto.h>
#include <gh_global.h>
#include <stdexcept>
// 0058ee90
// r3_module16_init
extern "C" undefined r3_module16_init(void) {
// TODO: Implement this function
throw GHStubException("Function not implemented: r3_module16_init");
}

View File

@@ -1,14 +0,0 @@
// AUTO-GENERATED FILE!!!!
// This function has yet to be decompiled using 'Dump Current Function' in ghidra
// with possible manualy fixes
#include <r3/binders/auto.h>
#include <gh_global.h>
#include <stdexcept>
// 00442cc0
// r3_module2_init
extern "C" undefined r3_module2_init(void) {
// TODO: Implement this function
throw GHStubException("Function not implemented: r3_module2_init");
}

View File

@@ -1,14 +0,0 @@
// AUTO-GENERATED FILE!!!!
// This function has yet to be decompiled using 'Dump Current Function' in ghidra
// with possible manualy fixes
#include <r3/binders/auto.h>
#include <gh_global.h>
#include <stdexcept>
// 0045d2c0
// r3_module5_init
extern "C" undefined r3_module5_init(void) {
// TODO: Implement this function
throw GHStubException("Function not implemented: r3_module5_init");
}

View File

@@ -1,14 +0,0 @@
// AUTO-GENERATED FILE!!!!
// This function has yet to be decompiled using 'Dump Current Function' in ghidra
// with possible manualy fixes
#include <r3/binders/auto.h>
#include <gh_global.h>
#include <stdexcept>
// 004fa430
// r3_module8_init
extern "C" undefined r3_module8_init(void) {
// TODO: Implement this function
throw GHStubException("Function not implemented: r3_module8_init");
}

View File

@@ -1,14 +0,0 @@
// AUTO-GENERATED FILE!!!!
// This function has yet to be decompiled using 'Dump Current Function' in ghidra
// with possible manualy fixes
#include <r3/binders/auto.h>
#include <gh_global.h>
#include <stdexcept>
// 00500570
// r3_module9_init
extern "C" undefined r3_module9_init(void) {
// TODO: Implement this function
throw GHStubException("Function not implemented: r3_module9_init");
}

View File

@@ -6,9 +6,9 @@
#include <gh_global.h>
#include <stdexcept>
// 00470ef0
// FUN_00470ef0
extern "C" undefined FUN_00470ef0(undefined4 param_1) {
// 00441e70
// r3_readBinkVideoConfig
extern "C" void r3_readBinkVideoConfig(void) {
// TODO: Implement this function
throw GHStubException("Function not implemented: FUN_00470ef0");
throw GHStubException("Function not implemented: r3_readBinkVideoConfig");
}