diff options
| author | hrydgard <hrydgard@gmail.com> | 2008-09-17 23:25:35 +0000 |
|---|---|---|
| committer | hrydgard <hrydgard@gmail.com> | 2008-09-17 23:25:35 +0000 |
| commit | cb90e613680195e853fd05f5ef8bbd82fe577682 (patch) | |
| tree | 48673444768616300a1c3258f847cb0bc36539a1 /Source/Core/DiscIO/Src/SConscript | |
| parent | 2cd7acfaee5756f119afd18e55f3437b9df3ab8b (diff) | |
Large blob code cleanup. Compressed ISO ("gcz") support reactivated. Beginnings of raw drive reading code. Deprecate file mapping in an ugly way.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@566 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DiscIO/Src/SConscript')
| -rw-r--r-- | Source/Core/DiscIO/Src/SConscript | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/Core/DiscIO/Src/SConscript b/Source/Core/DiscIO/Src/SConscript index d225070366..411eee2fe5 100644 --- a/Source/Core/DiscIO/Src/SConscript +++ b/Source/Core/DiscIO/Src/SConscript @@ -4,6 +4,9 @@ files = ["BannerLoader.cpp", "BannerLoaderGC.cpp", "BannerLoaderWii.cpp", "Blob.cpp", + "CompressedBlob.cpp", + "DriveBlob.cpp", + "FileBlob.cpp", "FileHandlerARC.cpp", "Filesystem.cpp", "FileSystemGCWii.cpp", |
