mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-05-03 02:34:48 +12:00
panda !
This commit is contained in:
parent
5d1a2625f5
commit
89dbae42e1
2 changed files with 12 additions and 9 deletions
include/PICA
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue