mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
[GSP::GPU] Implement SetInternalPriorities
This commit is contained in:
parent
156a89ba75
commit
db0adc55c1
2 changed files with 10 additions and 1 deletions
|
@ -34,6 +34,7 @@ class GPUService {
|
|||
void acquireRight(u32 messagePointer);
|
||||
void flushDataCache(u32 messagePointer);
|
||||
void registerInterruptRelayQueue(u32 messagePointer);
|
||||
void setInternalPriorities(u32 messagePointer);
|
||||
void setLCDForceBlack(u32 messagePointer);
|
||||
void triggerCmdReqQueue(u32 messagePointer);
|
||||
void writeHwRegs(u32 messagePointer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue