mirror of
https://github.com/zeldaret/tp
synced 2026-09-02 18:02:55 -04:00
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user