diff options
| author | Julgodis <> | 2021-04-07 09:16:47 +0200 |
|---|---|---|
| committer | Julgodis <> | 2021-04-07 09:16:47 +0200 |
| commit | dca1d2a1c032f239c65aa1b7767132c12e89f628 (patch) | |
| tree | 103f2574cfa7c6b9f19df522447d0b58861b60ba /libs/Z2AudioLib/Z2SoundMgr.cpp | |
| parent | ed1ee30dd20ab15ba73b987f1e59b0dfc16d09b2 (diff) | |
detect more floats/doubles, including from relocations
Diffstat (limited to 'libs/Z2AudioLib/Z2SoundMgr.cpp')
| -rw-r--r-- | libs/Z2AudioLib/Z2SoundMgr.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libs/Z2AudioLib/Z2SoundMgr.cpp b/libs/Z2AudioLib/Z2SoundMgr.cpp index e7c0cf8c80..3c73aeadf0 100644 --- a/libs/Z2AudioLib/Z2SoundMgr.cpp +++ b/libs/Z2AudioLib/Z2SoundMgr.cpp @@ -15,9 +15,7 @@ struct Z2SpeechMgr2 { /* 802CC190 */ void speakOneWord(bool); }; -struct JAISoundID {}; - -struct JAISoundHandle {}; +struct JAISound {}; struct JGeometry { template <typename A1> @@ -26,7 +24,9 @@ struct JGeometry { struct TVec3__template0 {}; }; -struct JAISound {}; +struct JAISoundHandle {}; + +struct JAISoundID {}; struct Z2SoundMgr { /* 802A9E80 */ Z2SoundMgr(); @@ -322,7 +322,7 @@ asm void Z2SoundMgr::setIIR(JAISound* param_0, s16 const* param_1) { SECTION_RODATA static u8 const cResetFilterTable[16] = { 0x7F, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, }; -SECTION_DEAD void* const cg_8039B9C0 = (void*)(&cResetFilterTable); +COMPILER_STRIP_GATE(8039B9C0, &cResetFilterTable); /* 802AA33C-802AA430 2A4C7C 00F4+00 1/1 0/0 0/0 .text setFilterOff__10Z2SoundMgrFP8JAISound */ #pragma push |
