From b6d0e4968f91b7cc47db7f9d25497c98dee62003 Mon Sep 17 00:00:00 2001 From: cottonvibes Date: Thu, 18 Feb 2010 22:53:04 +0000 Subject: [PATCH] disabled my last commit's code for now since i'm not going to have time to fix the bugs for a while... git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2605 96395faa-99c1-11dd-bbfe-3dabce05a288 --- pcsx2/Vif1_Dma.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pcsx2/Vif1_Dma.cpp b/pcsx2/Vif1_Dma.cpp index 1aff870d7d..6d5288513a 100644 --- a/pcsx2/Vif1_Dma.cpp +++ b/pcsx2/Vif1_Dma.cpp @@ -36,8 +36,8 @@ __forceinline void vif1FLUSH() bool VIF1transfer(u32 *data, int size, bool istag) { - extern bool vif1Transfer_(u32 *data, int size, bool istag); - return vif1Transfer_(data, size, istag); + //extern bool vif1Transfer_(u32 *data, int size, bool istag); + //return vif1Transfer_(data, size, istag); int ret; int transferred = vif1.vifstalled ? vif1.irqoffset : 0; // irqoffset necessary to add up the right qws, or else will spin (spiderman)