mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-29 15:23:01 -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:
@@ -248,7 +248,7 @@ u8 fopMsgM_itemNumIdx(u8 i_no) {
|
||||
return itemicon[i_no] & 0xFF;
|
||||
}
|
||||
|
||||
f32 dummy() {
|
||||
static f32 dummy() {
|
||||
J2DPane* dummyPlane = NULL;
|
||||
dummyPlane->getAlpha();
|
||||
dummyPlane->getHeight();
|
||||
|
||||
Reference in New Issue
Block a user