From 6fa8bbc6d1d25db77c2eedf59027647743f0d4f3 Mon Sep 17 00:00:00 2001 From: arcum42 Date: Fri, 5 Feb 2010 13:01:16 +0000 Subject: [PATCH] Correction to last commit. git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2564 96395faa-99c1-11dd-bbfe-3dabce05a288 --- pcsx2/Sif.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcsx2/Sif.cpp b/pcsx2/Sif.cpp index 3c52ea4040..ab71f86c68 100644 --- a/pcsx2/Sif.cpp +++ b/pcsx2/Sif.cpp @@ -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;