mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-08 03:51:39 +12:00
Temporarily give 80MB to all processes (#715)
This commit is contained in:
parent
54a78902bc
commit
86d1bde845
5 changed files with 14 additions and 5 deletions
|
@ -253,4 +253,5 @@ public:
|
|||
void sendGPUInterrupt(GPUInterrupt type) { serviceManager.sendGPUInterrupt(type); }
|
||||
void clearInstructionCache();
|
||||
void clearInstructionCacheRange(u32 start, u32 size);
|
||||
u32 getSharedFontVaddr();
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue