diff options
| author | 2020-02-28 20:53:10 -0300 | |
|---|---|---|
| committer | 2020-03-09 18:40:06 -0300 | |
| commit | e8efd5a90100a86899e31a4de0137e915e0e0366 (patch) | |
| tree | 586964f8bf2036517d7fb40c2f93b9e7e1bb058b /src/common | |
| parent | gl_shader_cache: Rework shader cache and remove post-specializations (diff) | |
| download | yuzu-e8efd5a90100a86899e31a4de0137e915e0e0366.tar.gz yuzu-e8efd5a90100a86899e31a4de0137e915e0e0366.tar.xz yuzu-e8efd5a90100a86899e31a4de0137e915e0e0366.zip | |
video_core: Rename "const buffer locker" to "registry"
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 274e4ec79..1f621fb1f 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt | |||
| @@ -70,8 +70,6 @@ add_custom_command(OUTPUT scm_rev.cpp | |||
| 70 | "${VIDEO_CORE}/shader/ast.h" | 70 | "${VIDEO_CORE}/shader/ast.h" |
| 71 | "${VIDEO_CORE}/shader/compiler_settings.cpp" | 71 | "${VIDEO_CORE}/shader/compiler_settings.cpp" |
| 72 | "${VIDEO_CORE}/shader/compiler_settings.h" | 72 | "${VIDEO_CORE}/shader/compiler_settings.h" |
| 73 | "${VIDEO_CORE}/shader/const_buffer_locker.cpp" | ||
| 74 | "${VIDEO_CORE}/shader/const_buffer_locker.h" | ||
| 75 | "${VIDEO_CORE}/shader/control_flow.cpp" | 73 | "${VIDEO_CORE}/shader/control_flow.cpp" |
| 76 | "${VIDEO_CORE}/shader/control_flow.h" | 74 | "${VIDEO_CORE}/shader/control_flow.h" |
| 77 | "${VIDEO_CORE}/shader/decode.cpp" | 75 | "${VIDEO_CORE}/shader/decode.cpp" |
| @@ -80,6 +78,8 @@ add_custom_command(OUTPUT scm_rev.cpp | |||
| 80 | "${VIDEO_CORE}/shader/node.h" | 78 | "${VIDEO_CORE}/shader/node.h" |
| 81 | "${VIDEO_CORE}/shader/node_helper.cpp" | 79 | "${VIDEO_CORE}/shader/node_helper.cpp" |
| 82 | "${VIDEO_CORE}/shader/node_helper.h" | 80 | "${VIDEO_CORE}/shader/node_helper.h" |
| 81 | "${VIDEO_CORE}/shader/registry.cpp" | ||
| 82 | "${VIDEO_CORE}/shader/registry.h" | ||
| 83 | "${VIDEO_CORE}/shader/shader_ir.cpp" | 83 | "${VIDEO_CORE}/shader/shader_ir.cpp" |
| 84 | "${VIDEO_CORE}/shader/shader_ir.h" | 84 | "${VIDEO_CORE}/shader/shader_ir.h" |
| 85 | "${VIDEO_CORE}/shader/track.cpp" | 85 | "${VIDEO_CORE}/shader/track.cpp" |