diff options
| author | hrydgard <hrydgard@gmail.com> | 2009-02-22 16:48:54 +0000 |
|---|---|---|
| committer | hrydgard <hrydgard@gmail.com> | 2009-02-22 16:48:54 +0000 |
| commit | e3d1704979beb3fc4dc0db775d00aec420e926c7 (patch) | |
| tree | ee7860a4a24d103f4bfb07d4eb142326b261424f /Source/Core/DiscIO/DiscIO.vcproj | |
| parent | 42a7d2fc85baa49c5b47907d3ce8ddf440d2af99 (diff) | |
Attempt to speed up drive reading by doing larger block reads - didn't help very much. we need to support async reads, I think.
Also delete some copypasta in DriveBlob - it already inherits those functions so it doesn't need them itself.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2368 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DiscIO/DiscIO.vcproj')
| -rw-r--r-- | Source/Core/DiscIO/DiscIO.vcproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DiscIO/DiscIO.vcproj b/Source/Core/DiscIO/DiscIO.vcproj index 9306ed97e3..cdb2e797ec 100644 --- a/Source/Core/DiscIO/DiscIO.vcproj +++ b/Source/Core/DiscIO/DiscIO.vcproj @@ -719,7 +719,7 @@ >
</File>
<Filter
- Name="Filemapping"
+ Name="Blob"
>
<File
RelativePath=".\Src\Blob.cpp"
|
