changed a comment

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2450 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
cottonvibes 2010-01-18 05:21:13 +00:00
parent 6dcc91b9c5
commit cbf25a4092
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ static __forceinline u32 vif_size(u8 num)
#define newVif 1 // Enable 'newVif' Code (if the below macros are not defined, it will use old non-sse code) #define newVif 1 // Enable 'newVif' Code (if the below macros are not defined, it will use old non-sse code)
#define newVif1 1 // Use New Code for Vif1 Unpacks (needs newVif defined) #define newVif1 1 // Use New Code for Vif1 Unpacks (needs newVif defined)
#define newVif0 1 // Use New Code for Vif0 Unpacks (not implemented) #define newVif0 1 // Use New Code for Vif0 Unpacks (needs newVif defined)
#if newVif #if newVif
extern int nVifUnpack (int idx, u8 *data); extern int nVifUnpack (int idx, u8 *data);