MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / WriteCP0Config

Function WriteCP0Config

pcsx2/COP0.cpp:30–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30void WriteCP0Config(u32 value)
31{
32 // Protect the read-only ICacheSize (IC) and DataCacheSize (DC) bits
33 cpuRegs.CP0.n.Config = value & ~0xFC0;
34 cpuRegs.CP0.n.Config |= 0x440;
35}
36
37//////////////////////////////////////////////////////////////////////////////////////////
38// Performance Counters Update Stuff!

Callers 1

MTC0Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected