Skip to content

Commit

Permalink
Merge pull request #7464 from Tilka/bp_warn
Browse files Browse the repository at this point in the history
BPStructs: don't warn about busclock/perf regs
  • Loading branch information
CrossVR committed Oct 7, 2018
2 parents daed09f + c53cd09 commit 0bef9fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/VideoCommon/BPStructs.cpp
Expand Up @@ -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
// ----------------
Expand Down

0 comments on commit 0bef9fa

Please sign in to comment.