diff options
author | bunnei <bunneidev@gmail.com> | 2021-02-15 23:54:06 +0100 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2021-02-15 23:54:06 +0100 |
commit | f3345e84ad3d1a771eec36d30de7717fcae7e63b (patch) | |
tree | fd5b1778f876b58ab14d281d937b3b44a83a7a90 /src/core/CMakeLists.txt | |
parent | common: wall_clock: Optimize GetClockCycles/GetCPUCycles to use a single MUL instruction. (diff) | |
download | yuzu-f3345e84ad3d1a771eec36d30de7717fcae7e63b.tar yuzu-f3345e84ad3d1a771eec36d30de7717fcae7e63b.tar.gz yuzu-f3345e84ad3d1a771eec36d30de7717fcae7e63b.tar.bz2 yuzu-f3345e84ad3d1a771eec36d30de7717fcae7e63b.tar.lz yuzu-f3345e84ad3d1a771eec36d30de7717fcae7e63b.tar.xz yuzu-f3345e84ad3d1a771eec36d30de7717fcae7e63b.tar.zst yuzu-f3345e84ad3d1a771eec36d30de7717fcae7e63b.zip |
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r-- | src/core/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 28196d26a..c6bdf72ec 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -19,7 +19,6 @@ add_library(core STATIC core.h core_timing.cpp core_timing.h - core_timing_util.cpp core_timing_util.h cpu_manager.cpp cpu_manager.h |