This commit is contained in:
wheremyfoodat 2023-08-12 18:16:35 +03:00
parent 5d1a2625f5
commit 89dbae42e1
2 changed files with 12 additions and 9 deletions
include/PICA

View file

@ -94,6 +94,7 @@ class GPU {
void reset();
Registers& getRegisters() { return regs; }
ExternalRegisters& getExtRegisters() { return externalRegs; }
void startCommandList(u32 addr, u32 size);
// Used by the GSP GPU service for readHwRegs/writeHwRegs/writeHwRegsMasked