We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de22613 commit ffb19b5Copy full SHA for ffb19b5
pcsx2/ShaderCacheVersion.h
@@ -3,4 +3,4 @@
3
4
/// Version number for GS and other shaders. Increment whenever any of the contents of the
5
/// shaders change, to invalidate the cache.
6
-static constexpr u32 SHADER_CACHE_VERSION = 64;
+static constexpr u32 SHADER_CACHE_VERSION = 65; // +1 (written this to bring up merge conflicts)
0 commit comments