Add support for using directories and .iso files within CUE sheets

Add support for big-endian binary files

Remove unused is_dir member
This commit is contained in:
Cacodemon345
2024-07-06 14:46:45 +06:00
parent 4dd4d2e6e1
commit 94c44da4d1
7 changed files with 258 additions and 189 deletions

View File

@@ -20,5 +20,6 @@ pkg_check_modules(SNDFILE REQUIRED IMPORTED_TARGET sndfile)
add_library(cdrom OBJECT cdrom.c cdrom_image_backend.c cdrom_image_viso.c cdrom_image.c cdrom_ioctl.c cdrom_mitsumi.c)
target_link_libraries(86Box PkgConfig::SNDFILE)
if (WIN32)
# MSYS2
target_link_libraries(86Box -static ${SNDFILE_STATIC_LIBRARIES})
endif()