mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-20 20:49:12 +12:00
CRO: Lighter icache flushes
This commit is contained in:
parent
0c6c455d4d
commit
33c3e67b31
4 changed files with 12 additions and 9 deletions
|
@ -298,6 +298,7 @@ void Kernel::duplicateHandle() {
|
|||
}
|
||||
|
||||
void Kernel::clearInstructionCache() { cpu.clearCache(); }
|
||||
void Kernel::clearInstructionCacheRange(u32 start, u32 size) { cpu.clearCacheRange(start, size); }
|
||||
|
||||
namespace SystemInfoType {
|
||||
enum : u32 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue