diff options
| author | Fernando Sahmkow <fsahmkow27@gmail.com> | 2023-01-04 22:05:20 -0500 |
|---|---|---|
| committer | Fernando Sahmkow <fsahmkow27@gmail.com> | 2023-01-05 05:23:39 -0500 |
| commit | 6c7eb81f7d871f5c08a4844471633a67725aae73 (patch) | |
| tree | d642b93700ff8527a7750d20551e96c58a36e90f /src/video_core/CMakeLists.txt | |
| parent | b78328f19a54964ef6874281d1a4d6b6ad1c34d9 (diff) | |
video_core: Cache GPU internal writes.
Diffstat (limited to 'src/video_core/CMakeLists.txt')
| -rw-r--r-- | src/video_core/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/CMakeLists.txt b/src/video_core/CMakeLists.txt index aa271a377..b7095ae13 100644 --- a/src/video_core/CMakeLists.txt +++ b/src/video_core/CMakeLists.txt @@ -85,6 +85,7 @@ add_library(video_core STATIC gpu.h gpu_thread.cpp gpu_thread.h + invalidation_accumulator.h memory_manager.cpp memory_manager.h precompiled_headers.h |
