mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 13:15:45 +00:00
Kernel Thread: Cleanup THREADPROCESSORID_DONT_UPDATE.
This commit is contained in:
parent
3300a7631d
commit
4f8fa2dd29
2 changed files with 1 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue