mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 05:07:58 -05:00
kernel: add KSessionRequest
This commit is contained in:
@ -24,7 +24,7 @@ public:
|
||||
}
|
||||
|
||||
static Derived* Allocate(KernelCore& kernel) {
|
||||
return kernel.SlabHeap<Derived>().Allocate();
|
||||
return kernel.SlabHeap<Derived>().Allocate(kernel);
|
||||
}
|
||||
|
||||
static void Free(KernelCore& kernel, Derived* obj) {
|
||||
|
Reference in New Issue
Block a user