mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-29 23:27:25 -04:00
Fix MSVC compiler and linker errors
- Fix struct/class forward declaration mismatches (JAIAudience, JASTrack) causing different MSVC mangled names and unresolved symbols - Add jsystem_stubs.cpp with stubs for JASHeap, JASVoiceBank, J3DShapeTable, JAUSection, JHICommBuf, HIO/HIO2, JOR
This commit is contained in:
@@ -141,7 +141,7 @@ u32 bef_brk[2] = {
|
||||
10,
|
||||
};
|
||||
|
||||
int useHeapInit(fopAc_ac_c* i_this) {
|
||||
static int useHeapInit(fopAc_ac_c* i_this) {
|
||||
obj_brakeeff_class* a_this = static_cast<obj_brakeeff_class*>(i_this);
|
||||
|
||||
J3DModelData* modelData =
|
||||
|
||||
Reference in New Issue
Block a user