mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-05-06 04:04:49 +12:00
[CPU] Add function for clearing JIT cache
This commit is contained in:
parent
2ce58e3662
commit
7bf56c2413
3 changed files with 5 additions and 0 deletions
include/kernel
|
@ -229,4 +229,5 @@ public:
|
|||
|
||||
void sendGPUInterrupt(GPUInterrupt type) { serviceManager.sendGPUInterrupt(type); }
|
||||
void signalDSPEvents() { serviceManager.signalDSPEvents(); }
|
||||
void clearInstructionCache();
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue