cdrom: change pause timing again
[pcsx_rearmed.git] / frontend / libretro-cdrom.h
CommitLineData
e0216409 1#include "cdrom/cdrom.h"
2
3int cdrom_set_read_speed_x(libretro_vfs_implementation_file *stream, unsigned speed);
4int cdrom_read_sector(libretro_vfs_implementation_file *stream,
5 unsigned int lba, void *b);