diff options
| author | Morph <39850852+Morph1984@users.noreply.github.com> | 2023-05-01 11:08:02 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-01 11:08:02 -0400 |
| commit | 47938541c25528d1122e15b87dc0113bbbe94d13 (patch) | |
| tree | 03e528a1340c6b6d3991a9826962c7763077c6aa /src/tests/CMakeLists.txt | |
| parent | 1f079d9566a7b9fb95222b00624234b65904c61a (diff) | |
| parent | d6f565e5da22ec6a6a77ffabd88e59f3a25bcc96 (diff) | |
Merge pull request #10084 from FernandoS27/yuzu-goes-broom-broom
Y.F.C Buffer Cache Revamp
Diffstat (limited to 'src/tests/CMakeLists.txt')
| -rw-r--r-- | src/tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt index 39b774c98..1e158f375 100644 --- a/src/tests/CMakeLists.txt +++ b/src/tests/CMakeLists.txt @@ -15,7 +15,7 @@ add_executable(tests core/core_timing.cpp core/internal_network/network.cpp precompiled_headers.h - video_core/buffer_base.cpp + video_core/memory_tracker.cpp input_common/calibration_configuration_job.cpp ) |
