mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
f000b3603e
commit
82e4b1166a
|
@ -10,7 +10,7 @@
|
||||||
class AsyncFileReader
|
class AsyncFileReader
|
||||||
{
|
{
|
||||||
protected:
|
protected:
|
||||||
AsyncFileReader(void) {}
|
AsyncFileReader(void) {m_dataoffset=0;}
|
||||||
|
|
||||||
wxString m_filename;
|
wxString m_filename;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue