Merge pull request #12288 from Pokechu22/bp-stride-scale-fallthrough

Fix accidental fallthrough in BPStructs
This commit is contained in:
Tilka
2023-11-12 19:35:37 +00:00
committed by GitHub

View File

@ -525,6 +525,7 @@ static void BPWritten(PixelShaderManager& pixel_shader_manager,
case BPMEM_EFB_STRIDE: // Display Copy Stride case BPMEM_EFB_STRIDE: // Display Copy Stride
case BPMEM_COPYYSCALE: // Display Copy Y Scale case BPMEM_COPYYSCALE: // Display Copy Y Scale
return;
/* 24 RID /* 24 RID
* 21 BC3 - Ind. Tex Stage 3 NTexCoord * 21 BC3 - Ind. Tex Stage 3 NTexCoord