Added comment to GTE_OP() that it's not used. This and the other two #defines that are marked as not used are probably not used on the real hardware either.(nw)

This commit is contained in:
smf- 2013-04-08 14:22:51 +00:00
parent beab9e3007
commit 30d1bc5a01

View File

@ -14,7 +14,7 @@
#include "emu.h"
#define GTE_OP( op ) ( ( op >> 20 ) & 31 )
#define GTE_OP( op ) ( ( op >> 20 ) & 31 ) /* not used */
#define GTE_SF( op ) ( ( op >> 19 ) & 1 )
#define GTE_MX( op ) ( ( op >> 17 ) & 3 )
#define GTE_V( op ) ( ( op >> 15 ) & 3 )