diff options
| author | Liam <byteslice@airmail.cc> | 2024-01-03 22:46:59 -0500 |
|---|---|---|
| committer | Liam <byteslice@airmail.cc> | 2024-01-31 11:27:20 -0500 |
| commit | 80de01a5b4a7f57ec7850079fbd38fac76b9d08f (patch) | |
| tree | 18086d7a71ffcd9f5bc6651aec20de37e3b1c33d /src/video_core/CMakeLists.txt | |
| parent | 7cc7d027f74b5bffc0b3f8f3a6c3110999c7cc4c (diff) | |
video_core: simplify accelerated surface fetch and crop handling between APIs
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 0755ba772..36aa7bb66 100644 --- a/src/video_core/CMakeLists.txt +++ b/src/video_core/CMakeLists.txt @@ -55,6 +55,7 @@ add_library(video_core STATIC engines/maxwell_dma.h engines/puller.cpp engines/puller.h + framebuffer_config.cpp framebuffer_config.h fsr.cpp fsr.h |
