[GPU] Stub FlushCacheRange, increase size of shader memory

This commit is contained in:
wheremyfoodat 2022-10-09 19:48:51 +03:00
parent 4930c1a947
commit 5f7804e99f
3 changed files with 15 additions and 8 deletions

View file

@ -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) {}