summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/thread.h
diff options
context:
space:
mode:
authorFernando Sahmkow <fsahmkow27@gmail.com>2019-10-12 16:55:34 +0200
committerFernandoS27 <fsahmkow27@gmail.com>2019-10-15 17:55:30 +0200
commit64e652d8cbcc4cc67442879ab7e379d62b72703c (patch)
tree6ee9451f7ce8e249d42ee14f4b8aa4c21e7324f3 /src/core/hle/kernel/thread.h
parentKernel: Address Feedback 2 (diff)
downloadyuzu-64e652d8cbcc4cc67442879ab7e379d62b72703c.tar
yuzu-64e652d8cbcc4cc67442879ab7e379d62b72703c.tar.gz
yuzu-64e652d8cbcc4cc67442879ab7e379d62b72703c.tar.bz2
yuzu-64e652d8cbcc4cc67442879ab7e379d62b72703c.tar.lz
yuzu-64e652d8cbcc4cc67442879ab7e379d62b72703c.tar.xz
yuzu-64e652d8cbcc4cc67442879ab7e379d62b72703c.tar.zst
yuzu-64e652d8cbcc4cc67442879ab7e379d62b72703c.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/kernel/thread.h3
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 {
/// 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,