diff options
| author | Jules Blok <jules.blok@gmail.com> | 2018-10-07 19:52:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-07 19:52:49 +0100 |
| commit | 0bef9fa41ce6fb93365d8ffdcab227dd012d1a25 (patch) | |
| tree | e06c2f97bd50c310a61f132f0a90ea380163951b /Source/Core/VideoCommon/BPStructs.cpp | |
| parent | daed09f7f04555a0955ce51881d24ed40b93db05 (diff) | |
| parent | c53cd09b0059addc0f5f7819192c62f3df993d73 (diff) | |
Merge pull request #7464 from Tilka/bp_warn
BPStructs: don't warn about busclock/perf regs
Diffstat (limited to 'Source/Core/VideoCommon/BPStructs.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/BPStructs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/BPStructs.cpp b/Source/Core/VideoCommon/BPStructs.cpp index 0e0d639a63..eb43f70af5 100644 --- a/Source/Core/VideoCommon/BPStructs.cpp +++ b/Source/Core/VideoCommon/BPStructs.cpp @@ -392,7 +392,7 @@ static void BPWritten(const BPCmd& bp) case BPMEM_PERF0_TRI: // Perf: Triangles case BPMEM_PERF0_QUAD: // Perf: Quads case BPMEM_PERF1: // Perf: Some Clock, Texels, TX, TC - break; + return; // ---------------- // EFB Copy config // ---------------- |
