mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-20 20:49:12 +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
|
@ -263,6 +263,8 @@ void Kernel::duplicateHandle() {
|
|||
}
|
||||
}
|
||||
|
||||
void Kernel::clearInstructionCache() { cpu.clearCache(); }
|
||||
|
||||
namespace SystemInfoType {
|
||||
enum : u32 {
|
||||
MemoryInformation = 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue