From a099f4f41b5a6cd8bece0b831fd52a66541a7283 Mon Sep 17 00:00:00 2001 From: iwubcode Date: Tue, 19 Sep 2023 19:52:05 -0500 Subject: [PATCH] VideoCommon: given the changes to pipeline interaction, update the global version variable to reflect those changes and force pipelines to be rebuilt --- 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 4089fac40e..d7cd1faa35 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 = 7; // Last changed in PR 11859 +constexpr u32 GX_PIPELINE_UID_VERSION = 8; // Last changed in PR 12185 struct GXPipelineUid {