ISO compression: Report filename in corruption warnings.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4807 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
hrydgard
2010-01-11 23:27:02 +00:00
parent c840297615
commit ddcb39d8e3
3 changed files with 20 additions and 14 deletions

View File

@ -40,6 +40,7 @@ public:
virtual u64 GetRawSize() const = 0;
virtual u64 GetDataSize() const = 0;
// NOT thread-safe - can't call this from multiple threads.
virtual bool Read(u64 offset, u64 size, u8* out_ptr) = 0;
protected: