mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 22:25:41 +12:00
[PICA] Panic on nested CMD lists
This commit is contained in:
parent
b9de43d0c4
commit
1dc091c444
1 changed files with 2 additions and 0 deletions
|
@ -189,6 +189,8 @@ void GPU::writeInternalReg(u32 index, u32 value, u32 mask) {
|
|||
shaderUnit.vs.setBufferIndex(value);
|
||||
break;
|
||||
|
||||
case 0x23C: case 0x23D: Helpers::panic("Nested PICA cmd list!");
|
||||
|
||||
default:
|
||||
// Vertex attribute registers
|
||||
if (index >= AttribInfoStart && index <= AttribInfoEnd) {
|
||||
|
|
Loading…
Add table
Reference in a new issue