mirror of https://github.com/PCSX2/pcsx2.git
GS: Bump shader cache version.
This commit is contained in:
parent
7791809224
commit
807db91140
|
@ -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 = 27;
|
static constexpr u32 SHADER_CACHE_VERSION = 28;
|
||||||
|
|
Loading…
Reference in New Issue