Fix incorrect JASChannel size for JASPoolAllocObject_MultiThreaded

Despair
This commit is contained in:
PJB3005
2026-03-12 14:46:18 +01:00
parent 1b8f4677de
commit d41225980a
@@ -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() {