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

Method Infrared

pcsx2/SIO/Sio2.cpp:235–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235void Sio2::Infrared()
236{
237 SetCmdStat(CmdStat::DISCONNECTED);
238
239 g_Sio2FifoIn.pop_front();
240 const u8 responseByte = 0xff;
241
242 while (g_Sio2FifoOut.size() < commandLength)
243 {
244 g_Sio2FifoOut.push_back(responseByte);
245 }
246}
247
248void Sio2::Memcard()
249{

Callers 1

WriteMethod · 0.95

Calls 3

pop_frontMethod · 0.45
sizeMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected