Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ Process
Function
Process
pcsx2/GS/GSPng.cpp:130–133 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
128
}
129
130
void Process(std::shared_ptr<Transaction>& item)
131
{
132
Save(item->m_fmt, item->m_file, item->m_image, item->m_w, item->m_h, item->m_pitch, item->m_compression);
133
}
134
135
} // namespace GSPng
Callers
nothing calls this directly
Calls
1
Save
Function · 0.85
Tested by
no test coverage detected