diff options
author | liamwhite <liamwhite@users.noreply.github.com> | 2023-03-28 15:09:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-28 15:09:35 +0200 |
commit | 40efd2ab56c2296da4524085a133021f7731e67f (patch) | |
tree | a43b51a4056ad7664346a63f145c889da1f59d16 /src/common/CMakeLists.txt | |
parent | Merge pull request #10002 from german77/log (diff) | |
parent | telemetry: Add waitpkg instruction (diff) | |
download | yuzu-40efd2ab56c2296da4524085a133021f7731e67f.tar yuzu-40efd2ab56c2296da4524085a133021f7731e67f.tar.gz yuzu-40efd2ab56c2296da4524085a133021f7731e67f.tar.bz2 yuzu-40efd2ab56c2296da4524085a133021f7731e67f.tar.lz yuzu-40efd2ab56c2296da4524085a133021f7731e67f.tar.xz yuzu-40efd2ab56c2296da4524085a133021f7731e67f.tar.zst yuzu-40efd2ab56c2296da4524085a133021f7731e67f.zip |
Diffstat (limited to 'src/common/CMakeLists.txt')
-rw-r--r-- | src/common/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index c1d2b24a1..13ed68b3f 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -160,6 +160,8 @@ if(ARCHITECTURE_x86_64) PRIVATE x64/cpu_detect.cpp x64/cpu_detect.h + x64/cpu_wait.cpp + x64/cpu_wait.h x64/native_clock.cpp x64/native_clock.h x64/xbyak_abi.h |