diff options
| author | Tillmann Karras <tilkax@gmail.com> | 2018-10-07 16:08:18 +0100 |
|---|---|---|
| committer | Tillmann Karras <tilkax@gmail.com> | 2018-10-07 16:08:18 +0100 |
| commit | c53cd09b0059addc0f5f7819192c62f3df993d73 (patch) | |
| tree | e06c2f97bd50c310a61f132f0a90ea380163951b /Source/Core/VideoCommon/BPStructs.cpp | |
| parent | daed09f7f04555a0955ce51881d24ed40b93db05 (diff) | |
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 // ---------------- |
