-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VFS Broken since CDRom change? #124
Comments
I confirm this at least breaks 4DO and other cores on Haiku libretro/opera-libretro#132 |
Sorry for the bump, but got other cores that use VFS for CDROMs? Wouldn't mind this for testing. |
@mudlord found another one, Haiku build of neocd_libretro is broken unless
|
Thanks very much, was pondering adding my own CD reading stuff to WTFweg, so neocd_libretro would be nice to test too. |
vendor/libretro-common/vfs/vfs_implementation_cdrom.c: In function ‘retro_vfs_file_seek_cdrom’:
vendor/libretro-common/vfs/vfs_implementation_cdrom.c:49:19: error: ‘libretro_vfs_implementation_file {aka struct libretro_vfs_implementation_file}’ has no member named ‘cdrom’
stream->cdrom.byte_pos = offset;
^~
compilation terminated due to -Wfatal-errors.
Makefile:25: recipe for target 'vendor/libretro-common/vfs/vfs_implementation_cdrom.o' failed
make: *** [vendor/libretro-common/vfs/vfs_implementation_cdrom.o] Error 1
https://github.com/libretro/libretro-common/blob/master/vfs/vfs_implementation_cdrom.c#L49
The text was updated successfully, but these errors were encountered: