mirror of https://github.com/PCSX2/pcsx2.git
Correction to last commit.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2564 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
e86d7fba0e
commit
6fa8bbc6d1
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue