Fix incorrect JASChannel size for JASPoolAllocObject_MultiThreaded

Despair
This commit is contained in:
PJB3005
2026-03-12 14:46:18 +01:00
parent 66e2709290
commit 91069ae3b2
@@ -55,9 +55,14 @@ private:
BOOL mInterrupts;
};
#if !TARGET_PC
class JASChannel {
u8 filler[0x108];
};
#else
// You don't want to know how long I spent debugging this.
#include "JSystem/JAudio2/JASChannel.h"
#endif
// NONMATCHING location of JASPoolAllocObject_MultiThreaded<JASChannel>
void* JASAudioThread::run() {