summaryrefslogtreecommitdiff
path: root/src/JSystem/JKernel/JKRHeap.cpp
diff options
context:
space:
mode:
authorJcw87 <Jcw87@users.noreply.github.com>2025-12-27 14:23:15 -0800
committerGitHub <noreply@github.com>2025-12-27 15:23:15 -0700
commit038b8fd62fde1f214cca7d129293cdd8afa1007a (patch)
tree955b511b5676bf746a0ee930172028bd9fbe1c9f /src/JSystem/JKernel/JKRHeap.cpp
parentce41820bf0eaf00d5bc094793dc08598df6f38ae (diff)
JAudio2 debug (#3006)
Diffstat (limited to 'src/JSystem/JKernel/JKRHeap.cpp')
-rw-r--r--src/JSystem/JKernel/JKRHeap.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/JSystem/JKernel/JKRHeap.cpp b/src/JSystem/JKernel/JKRHeap.cpp
index cabbbb3179..82321544a7 100644
--- a/src/JSystem/JKernel/JKRHeap.cpp
+++ b/src/JSystem/JKernel/JKRHeap.cpp
@@ -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;
}