mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
BPStructs: don't warn about busclock/perf regs
This commit is contained in:
parent
daed09f7f0
commit
c53cd09b00
@ -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
|
||||
// ----------------
|
||||
|
Loading…
Reference in New Issue
Block a user