diff options
| author | 2022-11-04 16:16:01 +0900 | |
|---|---|---|
| committer | 2022-11-04 03:16:01 -0400 | |
| commit | 9fc1bcc7b2da398d12327e8111c21e453a4af27d (patch) | |
| tree | b1df672bf0f024336f2e5f9f9a7a20c6e484c0bd /src | |
| parent | video_core: Fix SNORM texture buffer emulating error (#9001) (diff) | |
| download | yuzu-9fc1bcc7b2da398d12327e8111c21e453a4af27d.tar.gz yuzu-9fc1bcc7b2da398d12327e8111c21e453a4af27d.tar.xz yuzu-9fc1bcc7b2da398d12327e8111c21e453a4af27d.zip | |
Update shader cache version. (#9175)
Diffstat (limited to 'src')
| -rw-r--r-- | src/video_core/renderer_vulkan/vk_pipeline_cache.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/renderer_vulkan/vk_pipeline_cache.cpp b/src/video_core/renderer_vulkan/vk_pipeline_cache.cpp index 13d5a1f67..b42e5be1e 100644 --- a/src/video_core/renderer_vulkan/vk_pipeline_cache.cpp +++ b/src/video_core/renderer_vulkan/vk_pipeline_cache.cpp | |||
| @@ -53,7 +53,7 @@ using VideoCommon::FileEnvironment; | |||
| 53 | using VideoCommon::GenericEnvironment; | 53 | using VideoCommon::GenericEnvironment; |
| 54 | using VideoCommon::GraphicsEnvironment; | 54 | using VideoCommon::GraphicsEnvironment; |
| 55 | 55 | ||
| 56 | constexpr u32 CACHE_VERSION = 6; | 56 | constexpr u32 CACHE_VERSION = 7; |
| 57 | 57 | ||
| 58 | template <typename Container> | 58 | template <typename Container> |
| 59 | auto MakeSpan(Container& container) { | 59 | auto MakeSpan(Container& container) { |