mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-09-07 18:20:30 -04:00
Z2AudioLib debug (#3016)
This commit is contained in:
@@ -9,6 +9,12 @@ u16 seqCallback(JASTrack* track, u16 command);
|
||||
|
||||
class Z2SoundMgr : public JASGlobalInstance<Z2SoundMgr> {
|
||||
public:
|
||||
#if PLATFORM_GCN
|
||||
static const int MAX_CATEGORIES = 9;
|
||||
#else
|
||||
static const int MAX_CATEGORIES = 10;
|
||||
#endif
|
||||
|
||||
Z2SoundMgr();
|
||||
void calc();
|
||||
void setIIR(JAISound* sound, const s16* iir);
|
||||
|
||||
Reference in New Issue
Block a user