mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
GSP_GPU: Implement ReadHwRegs
This commit is contained in:
parent
24705fe67e
commit
361172b4de
2 changed files with 40 additions and 0 deletions
|
@ -73,6 +73,7 @@ class GPUService {
|
|||
void acquireRight(u32 messagePointer);
|
||||
void flushDataCache(u32 messagePointer);
|
||||
void importDisplayCaptureInfo(u32 messagePointer);
|
||||
void readHwRegs(u32 messagePointer);
|
||||
void registerInterruptRelayQueue(u32 messagePointer);
|
||||
void releaseRight(u32 messagePointer);
|
||||
void restoreVramSysArea(u32 messagePointer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue