mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-15 09:38:46 -05:00
Core/Common: Corrections to core timing and add critical priority.
This commit is contained in:
@ -92,6 +92,7 @@ enum class ThreadPriority : u32 {
|
||||
Normal = 1,
|
||||
High = 2,
|
||||
VeryHigh = 3,
|
||||
Critical = 4,
|
||||
};
|
||||
|
||||
void SetCurrentThreadPriority(ThreadPriority new_priority);
|
||||
|
Reference in New Issue
Block a user