GS: Bump shader cache version.

This commit is contained in:
lightningterror
2026-07-12 21:43:59 +02:00
parent 44079ebbe2
commit 92914cee40
+1 -1
View File
@@ -3,4 +3,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 = 107; // Last changed in PR 14634
static constexpr u32 SHADER_CACHE_VERSION = 108; // Last changed in PR 14688