GS: Bump shader cache version.

This commit is contained in:
lightningterror 2023-03-10 13:06:28 +01:00
parent 06aed8491c
commit 0668e9bad9
1 changed files with 1 additions and 1 deletions

View File

@ -15,4 +15,4 @@
/// Version number for GS and other shaders. Increment whenever any of the contents of the /// Version number for GS and other shaders. Increment whenever any of the contents of the
/// shaders change, to invalidate the cache. /// shaders change, to invalidate the cache.
static constexpr u32 SHADER_CACHE_VERSION = 19; static constexpr u32 SHADER_CACHE_VERSION = 20;