mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-05 18:41:39 +12:00
[GPU] Stub FlushCacheRange, increase size of shader memory
This commit is contained in:
parent
4930c1a947
commit
5f7804e99f
3 changed files with 15 additions and 8 deletions
|
@ -43,6 +43,7 @@ class GPUService {
|
|||
void processCommandList(u32* cmd);
|
||||
void memoryFill(u32* cmd);
|
||||
void triggerDisplayTransfer(u32* cmd);
|
||||
void flushCacheRegions(u32* cmd);
|
||||
|
||||
public:
|
||||
GPUService(Memory& mem, GPU& gpu, u32& currentPID) : mem(mem), gpu(gpu), currentPID(currentPID) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue