mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2025-12-28 10:16:11 +01:00
hle: kernel: Move slab heaps to their own container.
This commit is contained in:
parent
89edbe8aa2
commit
cfa7b92563
2 changed files with 16 additions and 10 deletions
|
|
@ -692,6 +692,7 @@ void KernelCore::SetMulticore(bool is_multicore) {
|
|||
}
|
||||
|
||||
void KernelCore::Initialize() {
|
||||
slab_heap_container = std::make_unique<SlabHeapContainer>();
|
||||
impl->Initialize(*this);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue