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

Method log_from_RGB32

pcsx2/IPU/IPU.cpp:201–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201void tIPU_CMD_CSC::log_from_RGB32() const
202{
203 IPU_LOG("PACK (Colorspace conversion from RGB32) command.");
204
205 if (OFM)
206 IPU_LOG("Output format is RGB16. ");
207 else
208 IPU_LOG("Output format is INDX4. ");
209
210 if (DTE) IPU_LOG("Dithering enabled.");
211
212 IPU_LOG("Number of macroblocks to be converted: %d", MBC);
213}
214
215
216__fi u32 ipuRead32(u32 mem)

Callers 1

ipuPACKFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected