mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
e17bf47470
commit
b6d0e4968f
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue