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

Function ISOgetTN

pcsx2/CDVD/CDVDisoReader.cpp:87–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87static s32 ISOgetTN(cdvdTN* Buffer)
88{
89 Buffer->strack = 1;
90 Buffer->etrack = 1;
91
92 return 0;
93}
94
95static s32 ISOgetTD(u8 Track, cdvdTD* Buffer)
96{

Callers 1

ISOgetTOCFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected