mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
CRO: Lighter icache flushes
This commit is contained in:
parent
0c6c455d4d
commit
33c3e67b31
4 changed files with 12 additions and 9 deletions
|
@ -250,4 +250,5 @@ public:
|
|||
|
||||
void sendGPUInterrupt(GPUInterrupt type) { serviceManager.sendGPUInterrupt(type); }
|
||||
void clearInstructionCache();
|
||||
void clearInstructionCacheRange(u32 start, u32 size);
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue