mirror of
https://github.com/zeldaret/tp
synced 2026-06-25 18:04:43 -04:00
JAudio2 debug (#3006)
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
#include "JSystem/JUtility/JUTException.h"
|
||||
#include <stdint.h>
|
||||
|
||||
void* ARALT_AramStartAdr = (void*)0x90000000;
|
||||
|
||||
bool data_804508B0 = 1;
|
||||
|
||||
#if DEBUG
|
||||
@@ -447,6 +449,8 @@ void JKRHeap::state_dump(const JKRHeap::TState& p) const {
|
||||
JUT_LOG(1248, "used size : %u", p.getUsedSize());
|
||||
}
|
||||
|
||||
void* JKRHeap::getAltAramStartAdr() { return ARALT_AramStartAdr; }
|
||||
|
||||
s32 JKRHeap::do_changeGroupID(u8 param_0) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user