mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 11:18:02 -05:00
core: hle: kernel: Fix InitializePreemption order.
This commit is contained in:
@ -74,8 +74,8 @@ struct KernelCore::Impl {
|
||||
InitializeMemoryLayout();
|
||||
Init::InitializeKPageBufferSlabHeap(system);
|
||||
InitializeShutdownThreads();
|
||||
InitializePreemption(kernel);
|
||||
InitializePhysicalCores();
|
||||
InitializePreemption(kernel);
|
||||
|
||||
// Initialize the Dynamic Slab Heaps.
|
||||
{
|
||||
|
Reference in New Issue
Block a user