Fix errors when building with -ipa program (#3035)

This commit is contained in:
Max Roncace
2026-01-11 22:25:26 -05:00
committed by GitHub
parent e3610729d9
commit 919a7aaa96
17 changed files with 88 additions and 91 deletions
+1
View File
@@ -29,6 +29,7 @@ struct JASDSPChannel {
void drop();
void setPriority(u8);
void updateProc();
u8 getStatus() const { return mStatus; }
static void initAll();
static JASDSPChannel* alloc(u8, Callback, void*);