Merge pull request #12288 from Pokechu22/bp-stride-scale-fallthrough
Fix accidental fallthrough in BPStructs
This commit is contained in:
commit
15a3200b70
|
@ -525,6 +525,7 @@ static void BPWritten(PixelShaderManager& pixel_shader_manager,
|
|||
|
||||
case BPMEM_EFB_STRIDE: // Display Copy Stride
|
||||
case BPMEM_COPYYSCALE: // Display Copy Y Scale
|
||||
return;
|
||||
|
||||
/* 24 RID
|
||||
* 21 BC3 - Ind. Tex Stage 3 NTexCoord
|
||||
|
|
Loading…
Reference in New Issue