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
This commit is contained in:
cottonvibes 2010-02-18 22:53:04 +00:00
parent e17bf47470
commit b6d0e4968f
1 changed files with 2 additions and 2 deletions

View File

@ -36,8 +36,8 @@ __forceinline void vif1FLUSH()
bool VIF1transfer(u32 *data, int size, bool istag) bool VIF1transfer(u32 *data, int size, bool istag)
{ {
extern bool vif1Transfer_(u32 *data, int size, bool istag); //extern bool vif1Transfer_(u32 *data, int size, bool istag);
return vif1Transfer_(data, size, istag); //return vif1Transfer_(data, size, istag);
int ret; int ret;
int transferred = vif1.vifstalled ? vif1.irqoffset : 0; // irqoffset necessary to add up the right qws, or else will spin (spiderman) int transferred = vif1.vifstalled ? vif1.irqoffset : 0; // irqoffset necessary to add up the right qws, or else will spin (spiderman)