[PICA] Panic on nested CMD lists
This commit is contained in:
@@ -189,6 +189,8 @@ void GPU::writeInternalReg(u32 index, u32 value, u32 mask) {
|
|||||||
shaderUnit.vs.setBufferIndex(value);
|
shaderUnit.vs.setBufferIndex(value);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case 0x23C: case 0x23D: Helpers::panic("Nested PICA cmd list!");
|
||||||
|
|
||||||
default:
|
default:
|
||||||
// Vertex attribute registers
|
// Vertex attribute registers
|
||||||
if (index >= AttribInfoStart && index <= AttribInfoEnd) {
|
if (index >= AttribInfoStart && index <= AttribInfoEnd) {
|
||||||
|
|||||||
Reference in New Issue
Block a user