mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-07-22 14:53:00 +12:00
[PICA interpreter] Implement RSQ, MAD, CALLU and boot SM64
This commit is contained in:
parent
f4fabdae40
commit
979519f785
4 changed files with 119 additions and 1 deletions
|
@ -50,6 +50,7 @@ namespace PICAInternalRegs {
|
|||
PrimitiveConfig = 0x25E,
|
||||
|
||||
// Vertex shader registers
|
||||
VertexBoolUniform = 0x2B0,
|
||||
VertexIntUniform0 = 0x2B1,
|
||||
VertexIntUniform1 = 0x2B2,
|
||||
VertexIntUniform2 = 0x2B3,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue