1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-02 09:03:37 +00:00

Define G_RDPNOOP

This commit is contained in:
Sergey Lipskiy 2014-03-21 14:49:02 +07:00
parent c5d0066ccd
commit 4987f55579

2
GBI.h
View File

@ -306,6 +306,8 @@ static const char *SegmentText[] =
#define G_TEXRECTFLIP 0xE5 /* -27 */
#define G_TEXRECT 0xE4 /* -28 */
#define G_RDPNOOP 0xC0
#define G_TRI_FILL 0xC8 /* fill triangle: 11001000 */
#define G_TRI_SHADE 0xCC /* shade triangle: 11001100 */
#define G_TRI_TXTR 0xCA /* texture triangle: 11001010 */