diff options
| author | jdflyer <jdflyer10@gmail.com> | 2022-12-24 12:47:48 -0700 |
|---|---|---|
| committer | jdflyer <jdflyer10@gmail.com> | 2022-12-24 12:47:48 -0700 |
| commit | ae040aa688d6937ded96ea46e5ab804019d1ee85 (patch) | |
| tree | d8bf6182e5dfb244218215fdd3352433b5382842 /src | |
| parent | e0c23673db94cae6729ec0827a67219d5b114814 (diff) | |
Old JAudio changes
Diffstat (limited to 'src')
| -rw-r--r-- | src/m_Do/m_Do_main.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/m_Do/m_Do_main.cpp b/src/m_Do/m_Do_main.cpp index 5cd9a893aa..fe03c66910 100644 --- a/src/m_Do/m_Do_main.cpp +++ b/src/m_Do/m_Do_main.cpp @@ -20,6 +20,8 @@ #include "m_Do/m_Do_dvd_thread.h" #include "m_Do/m_Do_graphic.h" #include "m_Do/m_Do_machine.h" +#include "JSystem/JAudio2/JASGadget.h" +#include "JSystem/JAudio2/JASAudioThread.h" // // Forward References: @@ -735,6 +737,7 @@ u8 data_80450B88[4]; * sInstance__35JASGlobalInstance<14JASAudioThread> */ extern u8 data_80450B8C[4]; u8 data_80450B8C[4]; +//JASAudioThread* JASGlobalInstance<JASAudioThread>::sInstance; /* 80450B90-80450B98 000090 0004+04 0/0 4/4 0/0 .sbss * sInstance__40JASGlobalInstance<19JASDefaultBankTable> */ |
