mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
[GSP::GPU] Stub FlushDataCache
This commit is contained in:
parent
cbefe3c2d0
commit
1c8a9e8b56
2 changed files with 11 additions and 0 deletions
|
@ -26,6 +26,7 @@ class GPUService {
|
|||
|
||||
// Service commands
|
||||
void acquireRight(u32 messagePointer);
|
||||
void flushDataCache(u32 messagePointer);
|
||||
void registerInterruptRelayQueue(u32 messagePointer);
|
||||
void setLCDForceBlack(u32 messagePointer);
|
||||
void writeHwRegs(u32 messagePointer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue