diff options
| author | Tilka <tilkax@gmail.com> | 2023-11-12 19:35:37 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-12 19:35:37 +0000 |
| commit | 15a3200b70b0c2e4bc5ed05c6fe13dc49cbd9b51 (patch) | |
| tree | ff68b789a2515a93797c853d5630839f58b91f39 /Source/Core/VideoCommon/BPStructs.cpp | |
| parent | 4285e9d8aa2bf4e65cc3dc3bb1e4165949e59a1d (diff) | |
| parent | 3984d1964bc6920ed4823573be8b0f44c7a8587c (diff) | |
Merge pull request #12288 from Pokechu22/bp-stride-scale-fallthrough
Fix accidental fallthrough in BPStructs
Diffstat (limited to 'Source/Core/VideoCommon/BPStructs.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/BPStructs.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/BPStructs.cpp b/Source/Core/VideoCommon/BPStructs.cpp index 13a445b94b..72b2a5c7dc 100644 --- a/Source/Core/VideoCommon/BPStructs.cpp +++ b/Source/Core/VideoCommon/BPStructs.cpp @@ -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 |
