mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-05-19 10:06:24 +12:00
[PICA] Implement address registers
This commit is contained in:
parent
63ff2ac0de
commit
9eb661c768
3 changed files with 27 additions and 5 deletions
|
@ -23,4 +23,8 @@ void PICAShader::reset() {
|
|||
floatUniforms.fill(zero);
|
||||
outputs.fill(zero);
|
||||
tempRegisters.fill(zero);
|
||||
|
||||
addrRegister.x() = 0;
|
||||
addrRegister.y() = 0;
|
||||
loopCounter = 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue