mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -06:00
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
This commit is contained in:
@ -719,7 +719,7 @@
|
||||
>
|
||||
</File>
|
||||
<Filter
|
||||
Name="Filemapping"
|
||||
Name="Blob"
|
||||
>
|
||||
<File
|
||||
RelativePath=".\Src\Blob.cpp"
|
||||
|
Reference in New Issue
Block a user