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

Method AuthF3

pcsx2/SIO/Memcard/MemoryCardProtocol.cpp:506–523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

504}
505
506void MemoryCardProtocol::AuthF3()
507{
508 MC_LOG.WriteLn("%s", __FUNCTION__);
509 PS1_FAIL();
510
511 if (!mcd->IsPresent())
512 {
513 g_Sio2FifoOut.push_back(0xff);
514 g_Sio2FifoOut.push_back(0xff);
515 g_Sio2FifoOut.push_back(0xff);
516 g_Sio2FifoOut.push_back(0xff);
517 }
518 else
519 {
520 mcd->term = Terminator::READY;
521 The2bTerminator(5);
522 }
523}
524
525void MemoryCardProtocol::AuthF7()
526{

Callers 1

MemcardMethod · 0.80

Calls 3

WriteLnMethod · 0.45
IsPresentMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected