[PICA interpreter] Implement RSQ, MAD, CALLU and boot SM64

This commit is contained in:
wheremyfoodat 2022-09-26 01:05:03 +03:00
parent f4fabdae40
commit 979519f785
4 changed files with 119 additions and 1 deletions

View file

@ -50,6 +50,7 @@ namespace PICAInternalRegs {
PrimitiveConfig = 0x25E,
// Vertex shader registers
VertexBoolUniform = 0x2B0,
VertexIntUniform0 = 0x2B1,
VertexIntUniform1 = 0x2B2,
VertexIntUniform2 = 0x2B3,