[GPU] Get PICA register access working

This commit is contained in:
wheremyfoodat
2022-09-21 19:10:53 +03:00
parent 09000da701
commit 71ca62e2cc
5 changed files with 113 additions and 10 deletions

View File

@@ -2,7 +2,8 @@
#include <cstdio>
void GPU::reset() {
regs.fill(0);
// TODO: Reset blending, texturing, etc here
}
void GPU::clearBuffer(u32 startAddress, u32 endAddress, u32 value, u32 control) {