mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-19 04:57:59 -05:00
Merge pull request #1766 from Subv/log_cpu
Kernel/Threading: Warn when a thread can be scheduled in the Syscore (Core 1)
This commit is contained in:
@ -107,6 +107,8 @@ public:
|
||||
ProcessFlags flags;
|
||||
/// Kernel compatibility version for this process
|
||||
u16 kernel_version = 0;
|
||||
/// The default CPU for this process, threads are scheduled on this cpu by default.
|
||||
u8 ideal_processor = 0;
|
||||
|
||||
/// The id of this process
|
||||
u32 process_id = next_process_id++;
|
||||
|
Reference in New Issue
Block a user