From bc04854ed3bd118078f136edd1127d7c6c1a4b5b Mon Sep 17 00:00:00 2001 From: Stenzek Date: Sat, 20 Jan 2024 02:14:56 +1000 Subject: [PATCH] GPU/HW: Bump shader cache version --- src/core/shader_cache_version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/shader_cache_version.h b/src/core/shader_cache_version.h index 29437323a..c4bfbb83d 100644 --- a/src/core/shader_cache_version.h +++ b/src/core/shader_cache_version.h @@ -4,4 +4,4 @@ #pragma once #include "common/types.h" -static constexpr u32 SHADER_CACHE_VERSION = 11; \ No newline at end of file +static constexpr u32 SHADER_CACHE_VERSION = 12;