diff options
Diffstat (limited to '')
| -rw-r--r-- | src/video_core/host_shaders/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | src/video_core/host_shaders/convert_s8d24_to_abgr8.frag | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/video_core/host_shaders/CMakeLists.txt b/src/video_core/host_shaders/CMakeLists.txt index 37b47d692..af05d47d1 100644 --- a/src/video_core/host_shaders/CMakeLists.txt +++ b/src/video_core/host_shaders/CMakeLists.txt | |||
| @@ -12,9 +12,9 @@ set(SHADER_FILES | |||
| 12 | block_linear_unswizzle_3d.comp | 12 | block_linear_unswizzle_3d.comp |
| 13 | convert_abgr8_to_d24s8.frag | 13 | convert_abgr8_to_d24s8.frag |
| 14 | convert_d24s8_to_abgr8.frag | 14 | convert_d24s8_to_abgr8.frag |
| 15 | convert_s8d24_to_abgr8.frag | ||
| 16 | convert_depth_to_float.frag | 15 | convert_depth_to_float.frag |
| 17 | convert_float_to_depth.frag | 16 | convert_float_to_depth.frag |
| 17 | convert_s8d24_to_abgr8.frag | ||
| 18 | full_screen_triangle.vert | 18 | full_screen_triangle.vert |
| 19 | fxaa.frag | 19 | fxaa.frag |
| 20 | fxaa.vert | 20 | fxaa.vert |
diff --git a/src/video_core/host_shaders/convert_s8d24_to_abgr8.frag b/src/video_core/host_shaders/convert_s8d24_to_abgr8.frag index 7ab73a8dd..c8a1683b8 100644 --- a/src/video_core/host_shaders/convert_s8d24_to_abgr8.frag +++ b/src/video_core/host_shaders/convert_s8d24_to_abgr8.frag | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | // Copyright 2021 yuzu Emulator Project | 1 | // Copyright 2022 yuzu Emulator Project |
| 2 | // Licensed under GPLv2 or any later version | 2 | // Licensed under GPLv2 or any later version |
| 3 | // Refer to the license.txt file included. | 3 | // Refer to the license.txt file included. |
| 4 | 4 | ||