Fix for blockdumps, thanks gigaherz.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5530 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
ramapcsx2 2013-01-19 19:33:10 +00:00
parent f000b3603e
commit 82e4b1166a
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
class AsyncFileReader
{
protected:
AsyncFileReader(void) {}
AsyncFileReader(void) {m_dataoffset=0;}
wxString m_filename;