Add PCH for JSystem (#2645)

This commit is contained in:
Max Roncace
2025-09-11 16:20:45 -04:00
committed by GitHub
parent f28c8efc08
commit 93d3b2af3b
247 changed files with 553 additions and 57 deletions
+3 -1
View File
@@ -1,3 +1,5 @@
#include "JSystem/JSystem.h" // IWYU pragma: keep
#include "JSystem/JKernel/JKRAramBlock.h"
#include "JSystem/JKernel/JKRAramHeap.h"
#include "JSystem/JKernel/JKRHeap.h"
@@ -63,4 +65,4 @@ JKRAramBlock* JKRAramBlock::allocTail(u32 size, u8 groupId, JKRAramHeap* aramHea
JSUList<JKRAramBlock>* list = mBlockLink.getSupervisor();
list->insert(next, &block->mBlockLink);
return block;
}
}