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/DiscIO.vcproj | |
| 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/DiscIO.vcproj')
| -rw-r--r-- | Source/Core/DiscIO/DiscIO.vcproj | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/Source/Core/DiscIO/DiscIO.vcproj b/Source/Core/DiscIO/DiscIO.vcproj index 12330539c5..c303978ee4 100644 --- a/Source/Core/DiscIO/DiscIO.vcproj +++ b/Source/Core/DiscIO/DiscIO.vcproj @@ -768,6 +768,30 @@ RelativePath=".\Src\Blob.h"
>
</File>
+ <File
+ RelativePath=".\Src\CompressedBlob.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\Src\CompressedBlob.h"
+ >
+ </File>
+ <File
+ RelativePath=".\Src\DriveBlob.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\Src\DriveBlob.h"
+ >
+ </File>
+ <File
+ RelativePath=".\Src\FileBlob.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\Src\FileBlob.h"
+ >
+ </File>
</Filter>
</Filter>
<Filter
@@ -1115,6 +1139,10 @@ </File>
</Filter>
<File
+ RelativePath=".\Src\SConscript"
+ >
+ </File>
+ <File
RelativePath=".\Src\stdafx.cpp"
>
<FileConfiguration
|
