mirror of
https://github.com/zeldaret/tp
synced 2026-07-06 05:54:29 -04:00
JKernel debug (#3012)
This commit is contained in:
@@ -50,14 +50,13 @@ public:
|
||||
static JSUList<JKRAMCommand>& getCommandList() { return sAramCommandList; }
|
||||
|
||||
static u8 decideAramGroupId(int groupId) {
|
||||
JKRAramHeap* heap;
|
||||
u8 finalGroupId;
|
||||
|
||||
if (groupId < 0) {
|
||||
return getAramHeap()->getCurrentGroupID();
|
||||
finalGroupId = getAramHeap()->getCurrentGroupID();
|
||||
} else {
|
||||
finalGroupId = groupId;
|
||||
}
|
||||
|
||||
return (u8)groupId;
|
||||
return finalGroupId;
|
||||
}
|
||||
|
||||
static u32 getSZSBufferSize() { return sSZSBufferSize; }
|
||||
|
||||
Reference in New Issue
Block a user