From c53cd09b0059addc0f5f7819192c62f3df993d73 Mon Sep 17 00:00:00 2001 From: Tillmann Karras Date: Sun, 7 Oct 2018 16:08:18 +0100 Subject: [PATCH] BPStructs: don't warn about busclock/perf regs --- Source/Core/VideoCommon/BPStructs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 // ----------------