diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2023-03-22 02:13:03 +0100 |
---|---|---|
committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2023-03-27 23:45:22 +0200 |
commit | d2cfe25b07906f36c688ccacde30e3dc50123e8f (patch) | |
tree | e99fb164079a31fd1f619d0afedf8c7f07d9fc8a /src/common/x64/cpu_detect.h | |
parent | Merge pull request #10002 from german77/log (diff) | |
download | yuzu-d2cfe25b07906f36c688ccacde30e3dc50123e8f.tar yuzu-d2cfe25b07906f36c688ccacde30e3dc50123e8f.tar.gz yuzu-d2cfe25b07906f36c688ccacde30e3dc50123e8f.tar.bz2 yuzu-d2cfe25b07906f36c688ccacde30e3dc50123e8f.tar.lz yuzu-d2cfe25b07906f36c688ccacde30e3dc50123e8f.tar.xz yuzu-d2cfe25b07906f36c688ccacde30e3dc50123e8f.tar.zst yuzu-d2cfe25b07906f36c688ccacde30e3dc50123e8f.zip |
Diffstat (limited to 'src/common/x64/cpu_detect.h')
-rw-r--r-- | src/common/x64/cpu_detect.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/x64/cpu_detect.h b/src/common/x64/cpu_detect.h index ca8db19d6..8253944d6 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; }; /** |