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

Function cdvdReadSubQ

pcsx2/CDVD/CDVD.cpp:695–701  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

693}
694
695s32 cdvdReadSubQ(s32 lsn, cdvdSubQ* subq) noexcept
696{
697 s32 ret = CDVD->readSubQ(lsn, subq);
698 if (ret == -1)
699 ret = 0x80;
700 return ret;
701}
702
703static void cdvdDetectDisk()
704{

Callers 1

cdvdWrite16Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected