mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
ee694e327a
Having some data available in banner loaders and some other data data available in volumes gets messy, especially with GetNames(), which is available in both but returns different results depending on which one is used. This change drops support for reading names and descriptions from Wii save data.
21 lines
388 B
CMake
21 lines
388 B
CMake
set(SRCS Blob.cpp
|
|
CISOBlob.cpp
|
|
WbfsBlob.cpp
|
|
CompressedBlob.cpp
|
|
DiscScrubber.cpp
|
|
DriveBlob.cpp
|
|
FileBlob.cpp
|
|
FileMonitor.cpp
|
|
FileSystemGCWii.cpp
|
|
Filesystem.cpp
|
|
NANDContentLoader.cpp
|
|
VolumeCommon.cpp
|
|
VolumeCreator.cpp
|
|
VolumeDirectory.cpp
|
|
VolumeGC.cpp
|
|
VolumeWad.cpp
|
|
VolumeWiiCrypted.cpp
|
|
WiiWad.cpp)
|
|
|
|
add_dolphin_library(discio "${SRCS}" "")
|