vif.h -> Vif.h.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2854 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
arcum42 2010-04-15 03:18:23 +00:00
parent b1954edc3d
commit 43530ff703
1 changed files with 2 additions and 2 deletions

View File

@ -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 );
}
}