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

Method ClearDrawInvalidity

pcsx2/GS/GSClut.cpp:107–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107void GSClut::ClearDrawInvalidity()
108{
109 if (m_write.dirty & 2)
110 {
111 m_write.dirty = 1;
112 }
113}
114
115u32 GSClut::GetCLUTCBP()
116{

Callers 2

ApplyTEX0Method · 0.80
DrawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected