Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
107
void GSClut::ClearDrawInvalidity()
108
{
109
if (m_write.dirty & 2)
110
{
111
m_write.dirty = 1;
112
}
113
}
114
115
u32 GSClut::GetCLUTCBP()
116
{
Callers
2
ApplyTEX0
Method · 0.80
Draw
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected