mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +00:00
Merge pull request #7464 from Tilka/bp_warn
BPStructs: don't warn about busclock/perf regs
This commit is contained in:
commit
0bef9fa41c
1 changed files with 1 additions and 1 deletions
|
@ -392,7 +392,7 @@ static void BPWritten(const BPCmd& bp)
|
||||||
case BPMEM_PERF0_TRI: // Perf: Triangles
|
case BPMEM_PERF0_TRI: // Perf: Triangles
|
||||||
case BPMEM_PERF0_QUAD: // Perf: Quads
|
case BPMEM_PERF0_QUAD: // Perf: Quads
|
||||||
case BPMEM_PERF1: // Perf: Some Clock, Texels, TX, TC
|
case BPMEM_PERF1: // Perf: Some Clock, Texels, TX, TC
|
||||||
break;
|
return;
|
||||||
// ----------------
|
// ----------------
|
||||||
// EFB Copy config
|
// EFB Copy config
|
||||||
// ----------------
|
// ----------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue