diff options
| author | 2019-10-12 10:55:34 -0400 | |
|---|---|---|
| committer | 2019-10-15 11:55:30 -0400 | |
| commit | 64e652d8cbcc4cc67442879ab7e379d62b72703c (patch) | |
| tree | 6ee9451f7ce8e249d42ee14f4b8aa4c21e7324f3 /src/core/hle/kernel/thread.h | |
| parent | Kernel: Address Feedback 2 (diff) | |
| download | yuzu-64e652d8cbcc4cc67442879ab7e379d62b72703c.tar.gz yuzu-64e652d8cbcc4cc67442879ab7e379d62b72703c.tar.xz yuzu-64e652d8cbcc4cc67442879ab7e379d62b72703c.zip | |
Kernel Thread: Cleanup THREADPROCESSORID_DONT_UPDATE.
Diffstat (limited to 'src/core/hle/kernel/thread.h')
| -rw-r--r-- | src/core/hle/kernel/thread.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/hle/kernel/thread.h b/src/core/hle/kernel/thread.h index 7ee437e17..c9870873d 100644 --- a/src/core/hle/kernel/thread.h +++ b/src/core/hle/kernel/thread.h | |||
| @@ -35,9 +35,6 @@ enum ThreadProcessorId : s32 { | |||
| 35 | /// Run thread on the ideal core specified by the process. | 35 | /// Run thread on the ideal core specified by the process. |
| 36 | THREADPROCESSORID_IDEAL = -2, | 36 | THREADPROCESSORID_IDEAL = -2, |
| 37 | 37 | ||
| 38 | /// when setting Core and Affiny, keeps the ideal core intact | ||
| 39 | THREADDONTCHANGE_IDEAL = -3, | ||
| 40 | |||
| 41 | /// Indicates that the preferred processor ID shouldn't be updated in | 38 | /// Indicates that the preferred processor ID shouldn't be updated in |
| 42 | /// a core mask setting operation. | 39 | /// a core mask setting operation. |
| 43 | THREADPROCESSORID_DONT_UPDATE = -3, | 40 | THREADPROCESSORID_DONT_UPDATE = -3, |