From 72af1dd5d6b22804a6d6c60f59e6eac04e66163e Mon Sep 17 00:00:00 2001 From: iwubcode Date: Sun, 28 May 2023 21:20:47 -0500 Subject: [PATCH] VideoCommon: update pipeline version for RenderState change --- Source/Core/VideoCommon/GXPipelineTypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/VideoCommon/GXPipelineTypes.h b/Source/Core/VideoCommon/GXPipelineTypes.h index fdb76a6646f5..4089fac40eb1 100644 --- a/Source/Core/VideoCommon/GXPipelineTypes.h +++ b/Source/Core/VideoCommon/GXPipelineTypes.h @@ -19,7 +19,7 @@ namespace VideoCommon // As pipelines encompass both shader UIDs and render states, changes to either of these should // also increment the pipeline UID version. Incrementing the UID version will cause all UID // caches to be invalidated. -constexpr u32 GX_PIPELINE_UID_VERSION = 6; // Last changed in PR 10890 +constexpr u32 GX_PIPELINE_UID_VERSION = 7; // Last changed in PR 11859 struct GXPipelineUid {