diff options
| author | Wollnashorn <Wollnashorn@users.noreply.github.com> | 2023-01-01 19:22:46 +0100 |
|---|---|---|
| committer | Wollnashorn <Wollnashorn@users.noreply.github.com> | 2023-01-26 21:43:33 +0100 |
| commit | c4a49eb1ddc1da32e4f915fd7421161cedee2e8f (patch) | |
| tree | 5a01c85a2885b9986e217cfb53dc977dfa3dd242 /src/video_core/CMakeLists.txt | |
| parent | 380dcde1541bd7b297d5a9c71260a3e42e19af9f (diff) | |
video_core/opengl: Add FSR upscaling filter to the OpenGL renderer
Diffstat (limited to 'src/video_core/CMakeLists.txt')
| -rw-r--r-- | src/video_core/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/video_core/CMakeLists.txt b/src/video_core/CMakeLists.txt index b474eb363..4742bcbe9 100644 --- a/src/video_core/CMakeLists.txt +++ b/src/video_core/CMakeLists.txt @@ -52,6 +52,8 @@ add_library(video_core STATIC engines/puller.cpp engines/puller.h framebuffer_config.h + fsr.cpp + fsr.h host1x/codecs/codec.cpp host1x/codecs/codec.h host1x/codecs/h264.cpp @@ -110,6 +112,8 @@ add_library(video_core STATIC renderer_opengl/gl_device.h renderer_opengl/gl_fence_manager.cpp renderer_opengl/gl_fence_manager.h + renderer_opengl/gl_fsr.cpp + renderer_opengl/gl_fsr.h renderer_opengl/gl_graphics_pipeline.cpp renderer_opengl/gl_graphics_pipeline.h renderer_opengl/gl_rasterizer.cpp |
