From 89688d67dd1cbd9d216401b44b2ebaddabe83f58 Mon Sep 17 00:00:00 2001 From: lightningterror <18107717+lightningterror@users.noreply.github.com> Date: Fri, 11 Aug 2023 14:28:03 +0200 Subject: [PATCH] GS: Bump shader cache version. --- pcsx2/ShaderCacheVersion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcsx2/ShaderCacheVersion.h b/pcsx2/ShaderCacheVersion.h index 4fd626260d..5a8e660b5b 100644 --- a/pcsx2/ShaderCacheVersion.h +++ b/pcsx2/ShaderCacheVersion.h @@ -15,4 +15,4 @@ /// Version number for GS and other shaders. Increment whenever any of the contents of the /// shaders change, to invalidate the cache. -static constexpr u32 SHADER_CACHE_VERSION = 31; +static constexpr u32 SHADER_CACHE_VERSION = 32;