progress on mips/GTE/asm setup

This commit is contained in:
2026-06-01 11:12:16 -04:00
parent b81221cbf5
commit 679c022625
3 changed files with 150 additions and 237 deletions
+9
View File
@@ -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() \
)