This commit is contained in:
2024-09-24 04:40:28 +08:00
parent 96ea861c26
commit faa171b56b
27 changed files with 464 additions and 564 deletions

View File

@@ -6,9 +6,9 @@
#include "../gh_global.h"
#include <stdexcept>
// 00402140
// r3_setupWindow
extern "C" undefined r3_setupWindow(undefined4 hInstance, undefined4 param_2, undefined4 maximizeWindow) {
// 0043e1d0
// Erm_fn_ucInitErrMsg
extern "C" R3ModuleId Erm_fn_ucInitErrMsg(void) {
// TODO: Implement this function
throw std::runtime_error("Function not implemented: r3_setupWindow");
throw std::runtime_error("Function not implemented: Erm_fn_ucInitErrMsg");
}

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 <gh_auto_binder.h>
#include "../gh_global.h"
#include <stdexcept>
// 004013a0
// FUN_004013a0
extern "C" undefined FUN_004013a0(void) {
// TODO: Implement this function
throw std::runtime_error("Function not implemented: FUN_004013a0");
}

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 <gh_auto_binder.h>
#include "../gh_global.h"
#include <stdexcept>
// 0043f830
// FUN_0043f830
extern "C" undefined FUN_0043f830(undefined4 param_1) {
// TODO: Implement this function
throw std::runtime_error("Function not implemented: FUN_0043f830");
}

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 <gh_auto_binder.h>
#include "../gh_global.h"
#include <stdexcept>
// 0046ecc0
// 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");
}

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 <gh_auto_binder.h>
#include "../gh_global.h"
#include <stdexcept>
// 0046ed70
// 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");
}

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 <gh_auto_binder.h>
#include "../gh_global.h"
#include <stdexcept>
// 0046f060
// 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");
}

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 <gh_auto_binder.h>
#include "../gh_global.h"
#include <stdexcept>
// 0046f0b0
// 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");
}

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 <gh_auto_binder.h>
#include "../gh_global.h"
#include <stdexcept>
// 0046f640
// 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");
}

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 <gh_auto_binder.h>
#include "../gh_global.h"
#include <stdexcept>
// 0047c340
// 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");
}

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 <gh_auto_binder.h>
#include "../gh_global.h"
#include <stdexcept>
// 00485bd0
// get_one
extern "C" undefined4 get_one(void) {
// TODO: Implement this function
throw std::runtime_error("Function not implemented: get_one");
}

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 <gh_auto_binder.h>
#include "../gh_global.h"
#include <stdexcept>
// 004012d0
// 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");
}

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 <gh_auto_binder.h>
#include "../gh_global.h"
#include <stdexcept>
// 004012c0
// 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");
}

View File

@@ -8,7 +8,7 @@
// 0047baf0
// r3_get_gli_width1
extern "C" undefined4 r3_get_gli_width1(void) {
extern "C" int r3_get_gli_width1(void) {
// TODO: Implement this function
throw std::runtime_error("Function not implemented: r3_get_gli_width1");
}

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 <gh_auto_binder.h>
#include "../gh_global.h"
#include <stdexcept>
// 00402450
// 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");
}

View File

@@ -6,9 +6,9 @@
#include "../gh_global.h"
#include <stdexcept>
// 00401000
// r3_module0_init
extern "C" undefined r3_module0_init(void) {
// 0043e630
// r3_module1_init
extern "C" undefined r3_module1_init(void) {
// TODO: Implement this function
throw std::runtime_error("Function not implemented: r3_module0_init");
throw std::runtime_error("Function not implemented: r3_module1_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 <gh_auto_binder.h>
#include "../gh_global.h"
#include <stdexcept>
// 00443f10
// r3_module_big_init
extern "C" undefined r3_module_big_init(void) {
// TODO: Implement this function
throw std::runtime_error("Function not implemented: r3_module_big_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 <gh_auto_binder.h>
#include "../gh_global.h"
#include <stdexcept>
// 004012a0
// 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");
}

View File

@@ -8,7 +8,7 @@
// 0043e540
// r3_wait_for_dvd
extern "C" undefined r3_wait_for_dvd(undefined4 param_1, undefined4 param_2, undefined4 param_3) {
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");
}

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 <gh_auto_binder.h>
#include "../gh_global.h"
#include <stdexcept>
// 0043e620
// set_unk
extern "C" void set_unk(HWND wnd) {
// TODO: Implement this function
throw std::runtime_error("Function not implemented: set_unk");
}