Temporarily give 80MB to all processes (#715)

This commit is contained in:
wheremyfoodat
2025-02-02 23:18:54 +02:00
committed by GitHub
parent 54a78902bc
commit 86d1bde845
5 changed files with 14 additions and 5 deletions

View File

@@ -253,4 +253,5 @@ public:
void sendGPUInterrupt(GPUInterrupt type) { serviceManager.sendGPUInterrupt(type); }
void clearInstructionCache();
void clearInstructionCacheRange(u32 start, u32 size);
u32 getSharedFontVaddr();
};