mirror of https://github.com/PCSX2/pcsx2.git
vif.h -> Vif.h.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2854 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
b1954edc3d
commit
43530ff703
|
@ -18,7 +18,7 @@
|
|||
#include "GS.h"
|
||||
#include "Gif.h"
|
||||
#include "Vif_Dma.h"
|
||||
#include "vif.h"
|
||||
#include "Vif.h"
|
||||
|
||||
// --------------------------------------------------------------------------------------
|
||||
// GIFpath -- the GIFtag Parser
|
||||
|
@ -480,4 +480,4 @@ __forceinline void GIFPath_Clear( GIF_PATH pathidx )
|
|||
memzero(s_gifPath.path[pathidx]);
|
||||
if( GSgifSoftReset == NULL ) return;
|
||||
GetMTGS().SendSimplePacket( GS_RINGTYPE_SOFTRESET, (1<<pathidx), 0, 0 );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue