CDImageDevice: Implement disc reading for Linux

And fix it for Windows. SubQ reading should now work.
This commit is contained in:
Stenzek
2024-03-01 00:50:31 +10:00
parent b060edc61b
commit 9e26622a12
6 changed files with 803 additions and 165 deletions

View File

@ -7,6 +7,9 @@ if(NOT WIN32 AND NOT ANDROID)
find_package(WebP REQUIRED)
find_package(ZLIB REQUIRED)
endif()
if(LINUX AND NOT ANDROID)
find_package(UDEV REQUIRED)
endif()
if(UNIX AND NOT APPLE)
find_package(Libbacktrace)
if(NOT LIBBACKTRACE_FOUND)