mirror of https://github.com/PCSX2/pcsx2.git
changed a comment
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2450 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
6dcc91b9c5
commit
cbf25a4092
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue