JAUInitializer (#1915)

* JAUInitializer

* forgot a couple things
This commit is contained in:
Jcw87
2023-09-07 09:50:36 -07:00
committed by GitHub
parent d56a9719ea
commit 3dd1963a59
16 changed files with 302 additions and 296 deletions
+3 -7
View File
@@ -9,14 +9,10 @@
struct JASSoundParams;
struct JASDsp {
struct TChannel {
/* 8029E00C */ void setFilterMode(u16);
/* 8029E044 */ void setIIRFilterParam(s16*);
/* 8029E06C */ void setFIR8FilterParam(s16*);
};
namespace JASDsp {
class TChannel;
static u32 FILTER_MODE_IIR;
extern u32 FILTER_MODE_IIR;
};
struct JASChannel {