diff options
| author | 2020-02-28 20:53:10 -0300 | |
|---|---|---|
| committer | 2020-03-09 18:40:06 -0300 | |
| commit | e8efd5a90100a86899e31a4de0137e915e0e0366 (patch) | |
| tree | 586964f8bf2036517d7fb40c2f93b9e7e1bb058b /CMakeModules/GenerateSCMRev.cmake | |
| 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 '')
| -rw-r--r-- | CMakeModules/GenerateSCMRev.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeModules/GenerateSCMRev.cmake b/CMakeModules/GenerateSCMRev.cmake index 6c2f201eb..8c13a94fb 100644 --- a/CMakeModules/GenerateSCMRev.cmake +++ b/CMakeModules/GenerateSCMRev.cmake | |||
| @@ -89,8 +89,6 @@ set(HASH_FILES | |||
| 89 | "${VIDEO_CORE}/shader/ast.h" | 89 | "${VIDEO_CORE}/shader/ast.h" |
| 90 | "${VIDEO_CORE}/shader/compiler_settings.cpp" | 90 | "${VIDEO_CORE}/shader/compiler_settings.cpp" |
| 91 | "${VIDEO_CORE}/shader/compiler_settings.h" | 91 | "${VIDEO_CORE}/shader/compiler_settings.h" |
| 92 | "${VIDEO_CORE}/shader/const_buffer_locker.cpp" | ||
| 93 | "${VIDEO_CORE}/shader/const_buffer_locker.h" | ||
| 94 | "${VIDEO_CORE}/shader/control_flow.cpp" | 92 | "${VIDEO_CORE}/shader/control_flow.cpp" |
| 95 | "${VIDEO_CORE}/shader/control_flow.h" | 93 | "${VIDEO_CORE}/shader/control_flow.h" |
| 96 | "${VIDEO_CORE}/shader/decode.cpp" | 94 | "${VIDEO_CORE}/shader/decode.cpp" |
| @@ -99,6 +97,8 @@ set(HASH_FILES | |||
| 99 | "${VIDEO_CORE}/shader/node.h" | 97 | "${VIDEO_CORE}/shader/node.h" |
| 100 | "${VIDEO_CORE}/shader/node_helper.cpp" | 98 | "${VIDEO_CORE}/shader/node_helper.cpp" |
| 101 | "${VIDEO_CORE}/shader/node_helper.h" | 99 | "${VIDEO_CORE}/shader/node_helper.h" |
| 100 | "${VIDEO_CORE}/shader/registry.cpp" | ||
| 101 | "${VIDEO_CORE}/shader/registry.h" | ||
| 102 | "${VIDEO_CORE}/shader/shader_ir.cpp" | 102 | "${VIDEO_CORE}/shader/shader_ir.cpp" |
| 103 | "${VIDEO_CORE}/shader/shader_ir.h" | 103 | "${VIDEO_CORE}/shader/shader_ir.h" |
| 104 | "${VIDEO_CORE}/shader/track.cpp" | 104 | "${VIDEO_CORE}/shader/track.cpp" |