X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Flibretro-cdrom.h;fp=frontend%2Flibretro-cdrom.h;h=a09f7738dd95cdf13789e7fea1c9f511d1954030;hb=639a3501616d3d460eb0f886ec47c5951f83705f;hp=0000000000000000000000000000000000000000;hpb=58824199e7bf045876c70c3301093dc081e470ec;p=pcsx_rearmed.git diff --git a/frontend/libretro-cdrom.h b/frontend/libretro-cdrom.h new file mode 100644 index 00000000..a09f7738 --- /dev/null +++ b/frontend/libretro-cdrom.h @@ -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);