summaryrefslogtreecommitdiffstats
path: root/src/common/thread.h
diff options
context:
space:
mode:
authorFernando S <fsahmkow27@gmail.com>2022-06-30 12:38:50 +0200
committerGitHub <noreply@github.com>2022-06-30 12:38:50 +0200
commit603952bc27aca2e17d39def7710d9af36791f15c (patch)
tree8b6b2f943bbf2fc749dbe144eee26cd144c084c9 /src/common/thread.h
parentMerge pull request #8518 from yuzu-emu/revert-8379-amd-push-desc-workaround (diff)
parentAdress Feedback. (diff)
downloadyuzu-603952bc27aca2e17d39def7710d9af36791f15c.tar
yuzu-603952bc27aca2e17d39def7710d9af36791f15c.tar.gz
yuzu-603952bc27aca2e17d39def7710d9af36791f15c.tar.bz2
yuzu-603952bc27aca2e17d39def7710d9af36791f15c.tar.lz
yuzu-603952bc27aca2e17d39def7710d9af36791f15c.tar.xz
yuzu-603952bc27aca2e17d39def7710d9af36791f15c.tar.zst
yuzu-603952bc27aca2e17d39def7710d9af36791f15c.zip
Diffstat (limited to '')
-rw-r--r--src/common/thread.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/thread.h b/src/common/thread.h
index a63122516..1552f58e0 100644
--- a/src/common/thread.h
+++ b/src/common/thread.h
@@ -92,6 +92,7 @@ enum class ThreadPriority : u32 {
Normal = 1,
High = 2,
VeryHigh = 3,
+ Critical = 4,
};
void SetCurrentThreadPriority(ThreadPriority new_priority);