physical cdrom readahead
[pcsx_rearmed.git] / frontend / libretro-cdrom.h
diff --git a/frontend/libretro-cdrom.h b/frontend/libretro-cdrom.h
new file mode 100644 (file)
index 0000000..a09f773
--- /dev/null
@@ -0,0 +1,5 @@
+#include "cdrom/cdrom.h"
+
+int cdrom_set_read_speed_x(libretro_vfs_implementation_file *stream, unsigned speed);
+int cdrom_read_sector(libretro_vfs_implementation_file *stream,
+      unsigned int lba, void *b);