mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
8da5d0c4fe
It can currently only read the first 0x80 bytes of a disc image, which is enough for identifying it but not for doing anything else.
59 lines
918 B
CMake
59 lines
918 B
CMake
add_library(discio
|
|
Blob.cpp
|
|
Blob.h
|
|
CISOBlob.cpp
|
|
CISOBlob.h
|
|
CompressedBlob.cpp
|
|
CompressedBlob.h
|
|
DirectoryBlob.cpp
|
|
DirectoryBlob.h
|
|
DiscExtractor.cpp
|
|
DiscExtractor.h
|
|
DiscScrubber.cpp
|
|
DiscScrubber.h
|
|
DriveBlob.cpp
|
|
DriveBlob.h
|
|
Enums.cpp
|
|
Enums.h
|
|
FileBlob.cpp
|
|
FileBlob.h
|
|
FileSystemGCWii.cpp
|
|
FileSystemGCWii.h
|
|
Filesystem.cpp
|
|
Filesystem.h
|
|
MultithreadedCompressor.h
|
|
NANDImporter.cpp
|
|
NANDImporter.h
|
|
ScrubbedBlob.cpp
|
|
ScrubbedBlob.h
|
|
TGCBlob.cpp
|
|
TGCBlob.h
|
|
Volume.cpp
|
|
Volume.h
|
|
VolumeFileBlobReader.cpp
|
|
VolumeFileBlobReader.h
|
|
VolumeGC.cpp
|
|
VolumeGC.h
|
|
VolumeVerifier.cpp
|
|
VolumeVerifier.h
|
|
VolumeWad.cpp
|
|
VolumeWad.h
|
|
VolumeWii.cpp
|
|
VolumeWii.h
|
|
WbfsBlob.cpp
|
|
WbfsBlob.h
|
|
WIABlob.cpp
|
|
WIABlob.h
|
|
WiiEncryptionCache.cpp
|
|
WiiEncryptionCache.h
|
|
WiiSaveBanner.cpp
|
|
WiiSaveBanner.h
|
|
)
|
|
|
|
target_link_libraries(discio
|
|
PRIVATE
|
|
minizip
|
|
pugixml
|
|
ZLIB::ZLIB
|
|
)
|