mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-17 06:08:06 -05:00
Kernel Thread: Cleanup THREADPROCESSORID_DONT_UPDATE.
This commit is contained in:
committed by
FernandoS27
parent
e28c7f5217
commit
64e652d8cb
@ -35,9 +35,6 @@ enum ThreadProcessorId : s32 {
|
||||
/// Run thread on the ideal core specified by the process.
|
||||
THREADPROCESSORID_IDEAL = -2,
|
||||
|
||||
/// when setting Core and Affiny, keeps the ideal core intact
|
||||
THREADDONTCHANGE_IDEAL = -3,
|
||||
|
||||
/// Indicates that the preferred processor ID shouldn't be updated in
|
||||
/// a core mask setting operation.
|
||||
THREADPROCESSORID_DONT_UPDATE = -3,
|
||||
|
Reference in New Issue
Block a user