mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-09-02 16:47:59 -04:00
Fix errors when building with -ipa program (#3035)
This commit is contained in:
@@ -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*);
|
||||
|
||||
Reference in New Issue
Block a user