mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 13:57:57 -07:00
b470fa5454
Advantages: * Simpler code in general * No extra volume objects created * Now actually notices if the disc or partition gets changed while the core is running * No longer picks up on disc access done by the GUI (it used to do so as long as the core was running) * Gets rid of a Core dependency in DiscIO There are two performance disadvantages: * FileMonitor is now a bit slower when used with VolumeDirectory because FileMonitor now always uses the FileSystemGCWii code for finding filenames instead of VolumeDirectory finding the filename on its own and directly hooking into FileMonitor. But this isn't such a big deal, because it's happening on the DVD thread, and my currently unmerged file system PR will make FileSystemGCWii's file finding code about as fast as VolumeDirectory's. * FileMonitor's creation of the file system object is now done on the CPU thread instead of the DVD thread, and it will be done even if FileMonitor logging is disabled. This will be fixed in the next commit. |
||
---|---|---|
.. | ||
Blob.cpp | ||
Blob.h | ||
CISOBlob.cpp | ||
CISOBlob.h | ||
CMakeLists.txt | ||
CompressedBlob.cpp | ||
CompressedBlob.h | ||
DiscIO.vcxproj | ||
DiscIO.vcxproj.filters | ||
DiscScrubber.cpp | ||
DiscScrubber.h | ||
DriveBlob.cpp | ||
DriveBlob.h | ||
Enums.cpp | ||
Enums.h | ||
FileBlob.cpp | ||
FileBlob.h | ||
Filesystem.cpp | ||
Filesystem.h | ||
FileSystemGCWii.cpp | ||
FileSystemGCWii.h | ||
NANDContentLoader.cpp | ||
NANDContentLoader.h | ||
TGCBlob.cpp | ||
TGCBlob.h | ||
Volume.cpp | ||
Volume.h | ||
VolumeCreator.cpp | ||
VolumeCreator.h | ||
VolumeDirectory.cpp | ||
VolumeDirectory.h | ||
VolumeGC.cpp | ||
VolumeGC.h | ||
VolumeWad.cpp | ||
VolumeWad.h | ||
VolumeWiiCrypted.cpp | ||
VolumeWiiCrypted.h | ||
WbfsBlob.cpp | ||
WbfsBlob.h | ||
WiiWad.cpp | ||
WiiWad.h |