pcsx2: Fix savestate saving crash

My bad.
This commit is contained in:
Jonathan Li 2016-02-13 14:56:51 +00:00
parent c843130854
commit f423549257
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ public:
ArchiveEntryList() {}
ArchiveEntryList( ArchiveDataBuffer* data )
: m_data(data)
{
}