Correction to last commit.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2564 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
arcum42 2010-02-05 13:01:16 +00:00
parent e86d7fba0e
commit 6fa8bbc6d1
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ void SaveStateBase::sifFreeze()
iop_busy[1] = sif1.iop.busy;
old_sif0.end = (sif0.ee.end) ? 1 : 0;
old_sif1.end = (sif1.iop.end) ? 1 : 0;
old_sif1.end = (sif1.ee.end) ? 1 : 0;
old_sif0.counter = sif0.iop.counter;
old_sif1.counter = sif1.iop.counter;