From 16588ab0bf30b0373724608715b896ca899dcca1 Mon Sep 17 00:00:00 2001 From: refractionpcsx2 Date: Sun, 1 Oct 2023 20:34:47 +0100 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 7cc6ea6e05..2e45c99501 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 = 33; +static constexpr u32 SHADER_CACHE_VERSION = 34;