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

Function ISOreadTrack

pcsx2/CDVD/CDVDisoReader.cpp:366–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364}
365
366static s32 ISOreadTrack(u32 lsn, int mode)
367{
368 int _lsn = lsn;
369
370 if (_lsn < 0)
371 lsn = iso.GetBlockCount() + _lsn;
372
373 iso.BeginRead2(lsn);
374
375 pmode = mode;
376
377 return 0;
378}
379
380static s32 ISOgetBuffer(u8* buffer)
381{

Callers

nothing calls this directly

Calls 2

BeginRead2Method · 0.80
GetBlockCountMethod · 0.45

Tested by

no test coverage detected