Correct a missing field from savestates in files.

This commit is contained in:
Unknown W. Brackets 2013-02-08 07:58:10 -08:00
parent 0a1b3c296b
commit 7806f9835a

View File

@ -147,9 +147,10 @@ public:
p.Do(callbackID);
p.Do(callbackArg);
p.Do(asyncResult);
p.Do(closePending);
p.Do(pendingAsyncResult);
p.Do(sectorBlockMode);
p.Do(closePending);
p.Do(info);
p.Do(openMode);
p.DoMarker("File");
}