diff options
| author | 2023-04-22 22:55:03 -0400 | |
|---|---|---|
| committer | 2023-06-07 21:44:42 -0400 | |
| commit | dd12dd4c67dd4bc6e7a7d071b925afc38e687f8b (patch) | |
| tree | 82538e7a48fa6fb6a9a5d51aef925586195c21ed /src/common/CMakeLists.txt | |
| parent | Merge pull request #10650 from qurious-pixel/android_tv (diff) | |
| download | yuzu-dd12dd4c67dd4bc6e7a7d071b925afc38e687f8b.tar.gz yuzu-dd12dd4c67dd4bc6e7a7d071b925afc38e687f8b.tar.xz yuzu-dd12dd4c67dd4bc6e7a7d071b925afc38e687f8b.zip | |
x64: Deduplicate RDTSC usage
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 efc4a9fe9..3adf13a3f 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt | |||
| @@ -172,6 +172,8 @@ if(ARCHITECTURE_x86_64) | |||
| 172 | x64/cpu_wait.h | 172 | x64/cpu_wait.h |
| 173 | x64/native_clock.cpp | 173 | x64/native_clock.cpp |
| 174 | x64/native_clock.h | 174 | x64/native_clock.h |
| 175 | x64/rdtsc.cpp | ||
| 176 | x64/rdtsc.h | ||
| 175 | x64/xbyak_abi.h | 177 | x64/xbyak_abi.h |
| 176 | x64/xbyak_util.h | 178 | x64/xbyak_util.h |
| 177 | ) | 179 | ) |