mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-11 13:27:56 -05:00
hle: kernel: Move slab heaps to their own container.
This commit is contained in:
@ -692,6 +692,7 @@ void KernelCore::SetMulticore(bool is_multicore) {
|
||||
}
|
||||
|
||||
void KernelCore::Initialize() {
|
||||
slab_heap_container = std::make_unique<SlabHeapContainer>();
|
||||
impl->Initialize(*this);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user