Merge pull request #7464 from Tilka/bp_warn

BPStructs: don't warn about busclock/perf regs
This commit is contained in:
Jules Blok 2018-10-07 19:52:49 +01:00 committed by GitHub
commit 0bef9fa41c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
// ----------------