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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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();
};