This commit is contained in:
2024-09-25 02:19:37 +08:00
parent a2bfc78e8d
commit 47d35aa3a2
95 changed files with 1208 additions and 288 deletions

View File

@@ -10,5 +10,5 @@
// FUN_004010b0
extern "C" undefined FUN_004010b0(void) {
// TODO: Implement this function
throw std::runtime_error("Function not implemented: FUN_004010b0");
throw GHStubException("Function not implemented: FUN_004010b0");
}

View File

@@ -10,5 +10,5 @@
// FUN_00401320
extern "C" undefined FUN_00401320(void) {
// TODO: Implement this function
throw std::runtime_error("Function not implemented: FUN_00401320");
throw GHStubException("Function not implemented: FUN_00401320");
}

View File

@@ -10,5 +10,5 @@
// FUN_004013a0
extern "C" undefined FUN_004013a0(void) {
// TODO: Implement this function
throw std::runtime_error("Function not implemented: FUN_004013a0");
throw GHStubException("Function not implemented: FUN_004013a0");
}

View File

@@ -6,9 +6,9 @@
#include <gh_global.h>
#include <stdexcept>
// 0043e630
// r3_module1_init
extern "C" undefined r3_module1_init(void) {
// 0043e660
// FUN_0043e660
extern "C" undefined FUN_0043e660(void) {
// TODO: Implement this function
throw std::runtime_error("Function not implemented: r3_module1_init");
throw GHStubException("Function not implemented: FUN_0043e660");
}

View File

@@ -0,0 +1,14 @@
// 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>
// 0043e690
// FUN_0043e690
extern "C" undefined FUN_0043e690(undefined4 param_1, undefined4 param_2) {
// TODO: Implement this function
throw GHStubException("Function not implemented: FUN_0043e690");
}

View File

@@ -10,5 +10,5 @@
// FUN_0043f830
extern "C" undefined FUN_0043f830(undefined4 param_1) {
// TODO: Implement this function
throw std::runtime_error("Function not implemented: FUN_0043f830");
throw GHStubException("Function not implemented: FUN_0043f830");
}

View File

@@ -6,9 +6,9 @@
#include <gh_global.h>
#include <stdexcept>
// 00443f10
// r3_module_big_init
extern "C" undefined r3_module_big_init(void) {
// 00443730
// FUN_00443730
extern "C" undefined FUN_00443730(void) {
// TODO: Implement this function
throw std::runtime_error("Function not implemented: r3_module_big_init");
throw GHStubException("Function not implemented: FUN_00443730");
}

View File

@@ -0,0 +1,14 @@
// 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>
// 00445440
// FUN_00445440
extern "C" undefined FUN_00445440(void) {
// TODO: Implement this function
throw GHStubException("Function not implemented: FUN_00445440");
}

View File

@@ -0,0 +1,14 @@
// 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>
// 00445580
// FUN_00445580
extern "C" undefined FUN_00445580(void) {
// TODO: Implement this function
throw GHStubException("Function not implemented: FUN_00445580");
}

View File

@@ -0,0 +1,14 @@
// 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>
// 00445db0
// FUN_00445db0
extern "C" undefined FUN_00445db0(void) {
// TODO: Implement this function
throw GHStubException("Function not implemented: FUN_00445db0");
}

View File

@@ -0,0 +1,14 @@
// 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>
// 00445f20
// FUN_00445f20
extern "C" undefined FUN_00445f20(void) {
// TODO: Implement this function
throw GHStubException("Function not implemented: FUN_00445f20");
}

View File

@@ -10,5 +10,5 @@
// FUN_0046ecc0
extern "C" undefined FUN_0046ecc0(undefined2 param_1, undefined2 param_2) {
// TODO: Implement this function
throw std::runtime_error("Function not implemented: FUN_0046ecc0");
throw GHStubException("Function not implemented: FUN_0046ecc0");
}

View File

@@ -10,5 +10,5 @@
// FUN_0046ed70
extern "C" undefined4 FUN_0046ed70(char * param_1, short * param_2) {
// TODO: Implement this function
throw std::runtime_error("Function not implemented: FUN_0046ed70");
throw GHStubException("Function not implemented: FUN_0046ed70");
}

View File

@@ -10,5 +10,5 @@
// FUN_0046f060
extern "C" undefined FUN_0046f060(short param_1, undefined4 * param_2) {
// TODO: Implement this function
throw std::runtime_error("Function not implemented: FUN_0046f060");
throw GHStubException("Function not implemented: FUN_0046f060");
}

View File

@@ -10,5 +10,5 @@
// FUN_0046f0b0
extern "C" undefined4 FUN_0046f0b0(short param_1, undefined4 * param_2, short * param_3) {
// TODO: Implement this function
throw std::runtime_error("Function not implemented: FUN_0046f0b0");
throw GHStubException("Function not implemented: FUN_0046f0b0");
}

View File

@@ -10,5 +10,5 @@
// FUN_0046f640
extern "C" undefined FUN_0046f640(undefined param_1, short param_2, undefined4 * param_3) {
// TODO: Implement this function
throw std::runtime_error("Function not implemented: FUN_0046f640");
throw GHStubException("Function not implemented: FUN_0046f640");
}

View File

@@ -0,0 +1,14 @@
// 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>
// 00470650
// FUN_00470650
extern "C" undefined FUN_00470650(undefined4 param_1) {
// TODO: Implement this function
throw GHStubException("Function not implemented: FUN_00470650");
}

View File

@@ -10,5 +10,5 @@
// FUN_00470db0
extern "C" undefined FUN_00470db0(void) {
// TODO: Implement this function
throw std::runtime_error("Function not implemented: FUN_00470db0");
throw GHStubException("Function not implemented: FUN_00470db0");
}

View File

@@ -0,0 +1,14 @@
// 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>
// 00470ef0
// FUN_00470ef0
extern "C" undefined FUN_00470ef0(undefined4 param_1) {
// TODO: Implement this function
throw GHStubException("Function not implemented: FUN_00470ef0");
}

View File

@@ -0,0 +1,14 @@
// 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>
// 00471110
// FUN_00471110
extern "C" undefined FUN_00471110(undefined4 param_1) {
// TODO: Implement this function
throw GHStubException("Function not implemented: FUN_00471110");
}

View File

@@ -0,0 +1,14 @@
// 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>
// 004711d0
// FUN_004711d0
extern "C" undefined FUN_004711d0(void) {
// TODO: Implement this function
throw GHStubException("Function not implemented: FUN_004711d0");
}

View File

@@ -10,5 +10,5 @@
// FUN_00472150
extern "C" undefined FUN_00472150(void) {
// TODO: Implement this function
throw std::runtime_error("Function not implemented: FUN_00472150");
throw GHStubException("Function not implemented: FUN_00472150");
}

View File

@@ -10,5 +10,5 @@
// FUN_004725a0
extern "C" undefined FUN_004725a0(void) {
// TODO: Implement this function
throw std::runtime_error("Function not implemented: FUN_004725a0");
throw GHStubException("Function not implemented: FUN_004725a0");
}

View File

@@ -10,5 +10,5 @@
// FUN_0047c340
extern "C" undefined FUN_0047c340(undefined4 param_1, undefined4 param_2, undefined4 param_3) {
// TODO: Implement this function
throw std::runtime_error("Function not implemented: FUN_0047c340");
throw GHStubException("Function not implemented: FUN_0047c340");
}

View File

@@ -0,0 +1,14 @@
// 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>
// 004859f0
// FUN_004859f0
extern "C" undefined FUN_004859f0(undefined1 param_1) {
// TODO: Implement this function
throw GHStubException("Function not implemented: FUN_004859f0");
}

View File

@@ -0,0 +1,14 @@
// 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>
// 0049b410
// FUN_0049b410
extern "C" undefined FUN_0049b410(undefined4 param_1) {
// TODO: Implement this function
throw GHStubException("Function not implemented: FUN_0049b410");
}

View File

@@ -0,0 +1,14 @@
// 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>
// 0049b460
// FUN_0049b460
extern "C" undefined FUN_0049b460(undefined4 param_1) {
// TODO: Implement this function
throw GHStubException("Function not implemented: FUN_0049b460");
}

View File

@@ -0,0 +1,14 @@
// 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>
// 0049b5a0
// FUN_0049b5a0
extern "C" undefined FUN_0049b5a0(void) {
// TODO: Implement this function
throw GHStubException("Function not implemented: FUN_0049b5a0");
}

View File

@@ -0,0 +1,14 @@
// 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>
// 0049b8c0
// FUN_0049b8c0
extern "C" undefined FUN_0049b8c0(undefined4 param_1) {
// TODO: Implement this function
throw GHStubException("Function not implemented: FUN_0049b8c0");
}

View File

@@ -0,0 +1,14 @@
// 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>
// 004b9b10
// FUN_004b9b10
extern "C" undefined FUN_004b9b10(void) {
// TODO: Implement this function
throw GHStubException("Function not implemented: FUN_004b9b10");
}

View File

@@ -0,0 +1,14 @@
// 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>
// 004fa4a0
// FUN_004fa4a0
extern "C" undefined FUN_004fa4a0(undefined4 param_1) {
// TODO: Implement this function
throw GHStubException("Function not implemented: FUN_004fa4a0");
}

View File

@@ -0,0 +1,14 @@
// 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>
// 004fa610
// FUN_004fa610
extern "C" undefined FUN_004fa610(void) {
// TODO: Implement this function
throw GHStubException("Function not implemented: FUN_004fa610");
}

View File

@@ -10,5 +10,5 @@
// FUN_004fb300
extern "C" undefined FUN_004fb300(void) {
// TODO: Implement this function
throw std::runtime_error("Function not implemented: FUN_004fb300");
throw GHStubException("Function not implemented: FUN_004fb300");
}

View File

@@ -10,5 +10,5 @@
// FUN_00503710
extern "C" undefined FUN_00503710(void) {
// TODO: Implement this function
throw std::runtime_error("Function not implemented: FUN_00503710");
throw GHStubException("Function not implemented: FUN_00503710");
}

View File

@@ -10,5 +10,5 @@
// FUN_005038e0
extern "C" undefined FUN_005038e0(void) {
// TODO: Implement this function
throw std::runtime_error("Function not implemented: FUN_005038e0");
throw GHStubException("Function not implemented: FUN_005038e0");
}

View File

@@ -0,0 +1,14 @@
// 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>
// 0054c9ab
// FUN_0054c9ab
extern "C" undefined FUN_0054c9ab(undefined4 param_1) {
// TODO: Implement this function
throw GHStubException("Function not implemented: FUN_0054c9ab");
}

View File

@@ -0,0 +1,14 @@
// 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>
// 0055a900
// FUN_0055a900
extern "C" undefined * FUN_0055a900(void) {
// TODO: Implement this function
throw GHStubException("Function not implemented: FUN_0055a900");
}

View File

@@ -0,0 +1,14 @@
// 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>
// 0055a910
// FUN_0055a910
extern "C" undefined FUN_0055a910(undefined4 param_1) {
// TODO: Implement this function
throw GHStubException("Function not implemented: FUN_0055a910");
}

View File

@@ -0,0 +1,14 @@
// 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>
// 0055aa10
// FUN_0055aa10
extern "C" undefined FUN_0055aa10(undefined4 param_1) {
// TODO: Implement this function
throw GHStubException("Function not implemented: FUN_0055aa10");
}

View File

@@ -0,0 +1,14 @@
// 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>
// 0055aa60
// FUN_0055aa60
extern "C" undefined FUN_0055aa60(undefined4 param_1) {
// TODO: Implement this function
throw GHStubException("Function not implemented: FUN_0055aa60");
}

View File

@@ -0,0 +1,14 @@
// 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>
// 0055aa80
// FUN_0055aa80
extern "C" undefined FUN_0055aa80(undefined4 param_1) {
// TODO: Implement this function
throw GHStubException("Function not implemented: FUN_0055aa80");
}

View File

@@ -0,0 +1,14 @@
// 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>
// 0055aab0
// FUN_0055aab0
extern "C" undefined FUN_0055aab0(undefined4 param_1) {
// TODO: Implement this function
throw GHStubException("Function not implemented: FUN_0055aab0");
}

14
game_re/gh_stub/aoti.cxx Normal file
View File

@@ -0,0 +1,14 @@
// 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>
// 00408f8c
// aoti
extern "C" undefined aoti(undefined4 param_1) {
// TODO: Implement this function
throw GHStubException("Function not implemented: aoti");
}

View File

@@ -10,5 +10,5 @@
// checkMask_5d29c4
extern "C" bool checkMask_5d29c4(uint mask) {
// TODO: Implement this function
throw std::runtime_error("Function not implemented: checkMask_5d29c4");
throw GHStubException("Function not implemented: checkMask_5d29c4");
}

View File

@@ -10,5 +10,5 @@
// g_setInitVar0
extern "C" void g_setInitVar0(void) {
// TODO: Implement this function
throw std::runtime_error("Function not implemented: g_setInitVar0");
throw GHStubException("Function not implemented: g_setInitVar0");
}

View File

@@ -10,5 +10,5 @@
// get_one
extern "C" undefined4 get_one(void) {
// TODO: Implement this function
throw std::runtime_error("Function not implemented: get_one");
throw GHStubException("Function not implemented: get_one");
}

View File

@@ -10,5 +10,5 @@
// gfx_init2
extern "C" undefined gfx_init2(void) {
// TODO: Implement this function
throw std::runtime_error("Function not implemented: gfx_init2");
throw GHStubException("Function not implemented: gfx_init2");
}

View File

@@ -0,0 +1,14 @@
// 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>
// 0049b660
// m7_lock_unlock_noop
extern "C" bool m7_lock_unlock_noop(void) {
// TODO: Implement this function
throw GHStubException("Function not implemented: m7_lock_unlock_noop");
}

View File

@@ -10,5 +10,5 @@
// r3_checkDisc
extern "C" undefined r3_checkDisc(void) {
// TODO: Implement this function
throw std::runtime_error("Function not implemented: r3_checkDisc");
throw GHStubException("Function not implemented: r3_checkDisc");
}

View File

@@ -0,0 +1,14 @@
// 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>
// 00470660
// r3_config_setTexturesCompressed
extern "C" undefined r3_config_setTexturesCompressed(undefined1 param_1) {
// TODO: Implement this function
throw GHStubException("Function not implemented: r3_config_setTexturesCompressed");
}

View File

@@ -0,0 +1,14 @@
// 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>
// 00470630
// r3_config_setTnl
extern "C" undefined r3_config_setTnl(undefined1 param_1) {
// TODO: Implement this function
throw GHStubException("Function not implemented: r3_config_setTnl");
}

View File

@@ -0,0 +1,14 @@
// 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>
// 00470640
// r3_config_setTrilinearFiltering
extern "C" undefined r3_config_setTrilinearFiltering(undefined1 param_1) {
// TODO: Implement this function
throw GHStubException("Function not implemented: r3_config_setTrilinearFiltering");
}

View File

@@ -10,5 +10,5 @@
// r3_get_gli_height0
extern "C" int r3_get_gli_height0(void) {
// TODO: Implement this function
throw std::runtime_error("Function not implemented: r3_get_gli_height0");
throw GHStubException("Function not implemented: r3_get_gli_height0");
}

View File

@@ -10,5 +10,5 @@
// r3_get_gli_height1
extern "C" int r3_get_gli_height1(void) {
// TODO: Implement this function
throw std::runtime_error("Function not implemented: r3_get_gli_height1");
throw GHStubException("Function not implemented: r3_get_gli_height1");
}

View File

@@ -10,5 +10,5 @@
// r3_get_gli_width0
extern "C" int r3_get_gli_width0(void) {
// TODO: Implement this function
throw std::runtime_error("Function not implemented: r3_get_gli_width0");
throw GHStubException("Function not implemented: r3_get_gli_width0");
}

View File

@@ -10,5 +10,5 @@
// r3_get_gli_width1
extern "C" int r3_get_gli_width1(void) {
// TODO: Implement this function
throw std::runtime_error("Function not implemented: r3_get_gli_width1");
throw GHStubException("Function not implemented: r3_get_gli_width1");
}

View File

@@ -10,5 +10,5 @@
// r3_initEngine
extern "C" undefined r3_initEngine(void) {
// TODO: Implement this function
throw std::runtime_error("Function not implemented: r3_initEngine");
throw GHStubException("Function not implemented: r3_initEngine");
}

View File

@@ -10,5 +10,5 @@
// r3_load_splash_bitmap
extern "C" void r3_load_splash_bitmap(HWND unused) {
// TODO: Implement this function
throw std::runtime_error("Function not implemented: r3_load_splash_bitmap");
throw GHStubException("Function not implemented: r3_load_splash_bitmap");
}

View File

@@ -0,0 +1,14 @@
// 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

@@ -0,0 +1,14 @@
// 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

@@ -0,0 +1,14 @@
// 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

@@ -0,0 +1,14 @@
// 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

@@ -0,0 +1,14 @@
// 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

@@ -0,0 +1,14 @@
// 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

@@ -0,0 +1,14 @@
// 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

@@ -0,0 +1,14 @@
// 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>
// 00449660
// r3_module4_init
extern "C" undefined r3_module4_init(void) {
// TODO: Implement this function
throw GHStubException("Function not implemented: r3_module4_init");
}

View File

@@ -0,0 +1,14 @@
// 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

@@ -0,0 +1,14 @@
// 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

@@ -0,0 +1,14 @@
// 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

@@ -0,0 +1,14 @@
// 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>
// 0055a9e0
// r3_set_videos_path
extern "C" undefined r3_set_videos_path(undefined4 param_1) {
// TODO: Implement this function
throw GHStubException("Function not implemented: r3_set_videos_path");
}

View File

@@ -10,5 +10,5 @@
// r3_set_window_wh
extern "C" void r3_set_window_wh(undefined4 param_1, undefined4 param_2) {
// TODO: Implement this function
throw std::runtime_error("Function not implemented: r3_set_window_wh");
throw GHStubException("Function not implemented: r3_set_window_wh");
}

View File

@@ -10,5 +10,5 @@
// r3_wait_for_dvd
extern "C" undefined r3_wait_for_dvd(char * param_1, char * param_2, undefined4 param_3) {
// TODO: Implement this function
throw std::runtime_error("Function not implemented: r3_wait_for_dvd");
throw GHStubException("Function not implemented: r3_wait_for_dvd");
}

View File

@@ -0,0 +1,14 @@
// 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>
// 0055a8a0
// set_DLL_string
extern "C" undefined set_DLL_string(undefined4 param_1) {
// TODO: Implement this function
throw GHStubException("Function not implemented: set_DLL_string");
}

View File

@@ -10,5 +10,5 @@
// set_unk
extern "C" void set_unk(HWND wnd) {
// TODO: Implement this function
throw std::runtime_error("Function not implemented: set_unk");
throw GHStubException("Function not implemented: set_unk");
}

View File

@@ -0,0 +1,14 @@
// 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>
// 0055aa30
// set_world_levels_path
extern "C" undefined set_world_levels_path(undefined4 param_1) {
// TODO: Implement this function
throw GHStubException("Function not implemented: set_world_levels_path");
}

View File

@@ -10,5 +10,5 @@
// spawnThread
extern "C" undefined spawnThread(void) {
// TODO: Implement this function
throw std::runtime_error("Function not implemented: spawnThread");
throw GHStubException("Function not implemented: spawnThread");
}

View File

@@ -0,0 +1,14 @@
// 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>
// 00444e80
// thunk_FUN_00441e10
extern "C" undefined thunk_FUN_00441e10(void) {
// TODO: Implement this function
throw GHStubException("Function not implemented: thunk_FUN_00441e10");
}