mirror of
https://github.com/Ed94/pikuma_ps1.git
synced 2026-06-01 18:41:13 -07:00
progress on mips/GTE/asm setup
This commit is contained in:
@@ -91,3 +91,12 @@ typedef enum {
|
||||
(GTE_CMD_BASE | \
|
||||
(((sf) & 1) << 19) | (((mx) & 3) << 17) | (((v) & 3) << 15) | \
|
||||
(((cv) & 3) << 13) | (((lm) & 1) << 10) | ((cmd) & 0x3F))
|
||||
|
||||
|
||||
#define asm_gte_matrix_set_rotation asm volatile( \
|
||||
asm_inline( \
|
||||
\
|
||||
) \
|
||||
asm_clobber() \
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user