Skip to content

Commit ffb19b5

Browse files
committed
Conflict fixes
1 parent de22613 commit ffb19b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pcsx2/ShaderCacheVersion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
/// Version number for GS and other shaders. Increment whenever any of the contents of the
55
/// shaders change, to invalidate the cache.
6-
static constexpr u32 SHADER_CACHE_VERSION = 64;
6+
static constexpr u32 SHADER_CACHE_VERSION = 65; // +1 (written this to bring up merge conflicts)

0 commit comments

Comments
 (0)