mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-28 13:07:51 -05:00
kernel: remove kernel_
This commit is contained in:
@ -149,7 +149,7 @@ private:
|
||||
KInterruptTaskManager* interrupt_task_manager{nullptr};
|
||||
};
|
||||
|
||||
KernelCore& kernel;
|
||||
KernelCore& m_kernel;
|
||||
SchedulingState m_state;
|
||||
bool m_is_active{false};
|
||||
s32 m_core_id{0};
|
||||
|
Reference in New Issue
Block a user