GSP_GPU: Implement ReadHwRegs

This commit is contained in:
wheremyfoodat 2024-03-07 00:09:41 +00:00 committed by GitHub
parent 24705fe67e
commit 361172b4de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 40 additions and 0 deletions

View file

@ -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);