mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-09 12:05:52 -04:00
3b742025db
- 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
22 lines
373 B
C++
22 lines
373 B
C++
#include <dolphin/types.h>
|
|
#include <d/d_kankyo.h>
|
|
#include <d/d_debug_pad.h>
|
|
u8 g_printOtherHeapDebug;
|
|
|
|
dKankyo_HIO_c g_kankyoHIO;
|
|
|
|
dDebugPad_c dDebugPad;
|
|
|
|
u32 __OSFpscrEnableBits;
|
|
|
|
GDLObj* __GDCurrentDL;
|
|
|
|
// DSP
|
|
#include <dolphin/dsp.h>
|
|
DSPTaskInfo* __DSP_first_task;
|
|
DSPTaskInfo* __DSP_curr_task;
|
|
|
|
// mDo_dvd
|
|
#include <m_Do/m_Do_dvd_thread.h>
|
|
u8 mDoDvdThd::DVDLogoMode;
|