aboutsummaryrefslogtreecommitdiff
path: root/src/common/x64/cpu_detect.h
diff options
context:
space:
mode:
authoryuzubot <yuzu@yuzu-emu.org>2023-03-28 12:03:15 +0000
committeryuzubot <yuzu@yuzu-emu.org>2023-03-28 12:03:15 +0000
commit18a6fd6d2cf3dcda935e406a311cdc29ddf9350b (patch)
treea43b51a4056ad7664346a63f145c889da1f59d16 /src/common/x64/cpu_detect.h
parentfbbf532d42f5688533d31f7fe6f75526b4187e5c (diff)
"Merge Tagged PR 9982"mainline-0-1386
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 ca8db19d63..8253944d6b 100644
--- a/src/common/x64/cpu_detect.h
+++ b/src/common/x64/cpu_detect.h
@@ -67,6 +67,7 @@ struct CPUCaps {
bool pclmulqdq : 1;
bool popcnt : 1;
bool sha : 1;
+ bool waitpkg : 1;
};
/**