mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-24 18:47:51 -05:00
kernel/svc_types: refresh
This commit is contained in:
@ -265,7 +265,8 @@ void KPageBufferSlabHeap::Initialize(Core::System& system) {
|
||||
const size_t slab_size = num_pages * PageSize;
|
||||
|
||||
// Reserve memory from the system resource limit.
|
||||
ASSERT(kernel.GetSystemResourceLimit()->Reserve(LimitableResource::PhysicalMemory, slab_size));
|
||||
ASSERT(
|
||||
kernel.GetSystemResourceLimit()->Reserve(LimitableResource::PhysicalMemoryMax, slab_size));
|
||||
|
||||
// Allocate memory for the slab.
|
||||
constexpr auto AllocateOption = KMemoryManager::EncodeOption(
|
||||
|
Reference in New Issue
Block a user