SaturnRingLibrary
0.9
SGL wrapper
Loading...
Searching...
No Matches
◆
ReadSectors()
int32_t SRL::Cd::File::ReadSectors
(
const int32_t
sectorCount
,
void *
destination
)
inline
Read specified number of sectors from the file and advances file access pointer.
Parameters
sectorCount
Number of sectors to be read from file
destination
Buffer to read bytes into
Returns
Number of bytes read (if lower than 0, error was encountered)
SRL
Cd
File