[graphics] first half of shadow renderer (#1246)

* start on dma stuff

* temp

* temp

* add shadow cpu
This commit is contained in:
water111
2022-03-22 21:42:37 -04:00
committed by GitHub
parent 299b0c22bc
commit 4a0ac6c155
53 changed files with 3634 additions and 115 deletions
+1
View File
@@ -1020,6 +1020,7 @@ Mips2C_Line handle_normal_instr(Mips2C_Output& output,
case InstructionKind::PSRAH:
case InstructionKind::PSRLH:
case InstructionKind::PSLLW:
case InstructionKind::PSLLH:
return handle_generic_op2_u16(i0, instr_str);
case InstructionKind::SLL:
return handle_sll(i0, instr_str);