mirror of
https://github.com/rt64/rt64.git
synced 2025-03-14 13:21:24 +00:00
Fix typo in function names.
This commit is contained in:
parent
aab277c6b9
commit
6a57271f2d
@ -366,7 +366,7 @@ typedef union {
|
||||
0 \
|
||||
)
|
||||
|
||||
#define gEXVertexV1(cmd, vtx, count, v0) \
|
||||
#define gEXVertex(cmd, vtx, count, v0) \
|
||||
G_EX_COMMAND2(cmd, \
|
||||
PARAM(RT64_EXTENDED_OPCODE, 8, 24) | PARAM(G_EX_VERTEX_V1, 24, 0), \
|
||||
PARAM((v0)+(n), 7, 1) | PARAM(n, 8, 12), \
|
||||
@ -518,7 +518,7 @@ typedef union {
|
||||
PARAM(isExtended, 1, 0) \
|
||||
)
|
||||
|
||||
#define gEXMatrixV1(cmd, matrix, matrixp, param) \
|
||||
#define gEXMatrix(cmd, matrix, matrixp, param) \
|
||||
G_EX_COMMAND2(cmd, \
|
||||
PARAM(RT64_EXTENDED_OPCODE, 8, 24) | PARAM(G_EX_MATRIX_V1, 24, 0), \
|
||||
(unsigned)(param), \
|
||||
|
Loading…
x
Reference in New Issue
Block a user