summaryrefslogtreecommitdiffstats
path: root/src/common/x64/cpu_detect.h
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2023-06-28 07:07:10 +0200
committerMorph <39850852+Morph1984@users.noreply.github.com>2023-06-28 07:36:06 +0200
commit4303ed614d0d758d9e9bcdef8afee3274769d2fb (patch)
treeb4652d7ce7635a1b7080fc57abd42c9d81f8f2e3 /src/common/x64/cpu_detect.h
parentMerge pull request #10933 from merryhime/dunno (diff)
downloadyuzu-4303ed614d0d758d9e9bcdef8afee3274769d2fb.tar
yuzu-4303ed614d0d758d9e9bcdef8afee3274769d2fb.tar.gz
yuzu-4303ed614d0d758d9e9bcdef8afee3274769d2fb.tar.bz2
yuzu-4303ed614d0d758d9e9bcdef8afee3274769d2fb.tar.lz
yuzu-4303ed614d0d758d9e9bcdef8afee3274769d2fb.tar.xz
yuzu-4303ed614d0d758d9e9bcdef8afee3274769d2fb.tar.zst
yuzu-4303ed614d0d758d9e9bcdef8afee3274769d2fb.zip
Diffstat (limited to 'src/common/x64/cpu_detect.h')
-rw-r--r--src/common/x64/cpu_detect.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/x64/cpu_detect.h b/src/common/x64/cpu_detect.h
index 8253944d6..756459417 100644
--- a/src/common/x64/cpu_detect.h
+++ b/src/common/x64/cpu_detect.h
@@ -63,6 +63,7 @@ struct CPUCaps {
bool gfni : 1;
bool invariant_tsc : 1;
bool lzcnt : 1;
+ bool monitorx : 1;
bool movbe : 1;
bool pclmulqdq : 1;
bool popcnt : 1;