summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/BPStructs.cpp
diff options
context:
space:
mode:
authorTillmann Karras <tilkax@gmail.com>2018-10-07 16:08:18 +0100
committerTillmann Karras <tilkax@gmail.com>2018-10-07 16:08:18 +0100
commitc53cd09b0059addc0f5f7819192c62f3df993d73 (patch)
treee06c2f97bd50c310a61f132f0a90ea380163951b /Source/Core/VideoCommon/BPStructs.cpp
parentdaed09f7f04555a0955ce51881d24ed40b93db05 (diff)
BPStructs: don't warn about busclock/perf regs
Diffstat (limited to 'Source/Core/VideoCommon/BPStructs.cpp')
-rw-r--r--Source/Core/VideoCommon/BPStructs.cpp2
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
// ----------------