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

Method Probe

pcsx2/SIO/Memcard/MemoryCardProtocol.cpp:78–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78void MemoryCardProtocol::Probe()
79{
80 MC_LOG.WriteLn("%s", __FUNCTION__);
81 PS1_FAIL();
82
83 if (!mcd->IsPresent())
84 {
85 g_Sio2FifoOut.push_back(0xff);
86 g_Sio2FifoOut.push_back(0xff);
87 g_Sio2FifoOut.push_back(0xff);
88 g_Sio2FifoOut.push_back(0xff);
89 }
90 else
91 {
92 The2bTerminator(4);
93 }
94}
95
96void MemoryCardProtocol::UnknownWriteDeleteEnd()
97{

Callers 1

MemcardMethod · 0.80

Calls 3

WriteLnMethod · 0.45
IsPresentMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected