diff options
author | Fernando Sahmkow <[email protected]> | 2024-02-03 22:51:04 +0100 |
---|---|---|
committer | Fernando Sahmkow <[email protected]> | 2024-02-04 20:01:47 +0100 |
commit | 4841dc0b745389fb03edbf900f25511bee4b3d88 (patch) | |
tree | 40149c44691369597dec8f126bab6bc1b808e93f /src/video_core/CMakeLists.txt | |
parent | 5da55cbac9f85c3d93a81d4178fab50ea3673f16 (diff) | |
download | yuzu-android-4841dc0b745389fb03edbf900f25511bee4b3d88.tar.gz yuzu-android-4841dc0b745389fb03edbf900f25511bee4b3d88.zip |
VideoCore: Move Slot Vector to Common
Diffstat (limited to 'src/video_core/CMakeLists.txt')
-rw-r--r-- | src/video_core/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_core/CMakeLists.txt b/src/video_core/CMakeLists.txt index 16c905db9..55180f4b5 100644 --- a/src/video_core/CMakeLists.txt +++ b/src/video_core/CMakeLists.txt @@ -274,7 +274,6 @@ add_library(video_core STATIC texture_cache/image_view_info.h texture_cache/render_targets.h texture_cache/samples_helper.h - texture_cache/slot_vector.h texture_cache/texture_cache.cpp texture_cache/texture_cache.h texture_cache/texture_cache_base.h |