mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-20 20:59:40 -06:00
Merge pull request #12288 from Pokechu22/bp-stride-scale-fallthrough
Fix accidental fallthrough in BPStructs
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user