early-access version 2616
This commit is contained in:
parent
613446086b
commit
ee18761256
2 changed files with 1 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
yuzu emulator early access
|
||||
=============
|
||||
|
||||
This is the source code for early-access 2615.
|
||||
This is the source code for early-access 2616.
|
||||
|
||||
## Legal Notice
|
||||
|
||||
|
|
|
@ -563,9 +563,6 @@ ResultCode KPageTable::UnmapProcessMemory(VAddr dst_addr, std::size_t size,
|
|||
block_manager->Update(dst_addr, num_pages, KMemoryState::Free, KMemoryPermission::None,
|
||||
KMemoryAttribute::None);
|
||||
|
||||
// Invalidate CPU cache, as code may have been patched by the guest app.
|
||||
system.InvalidateCpuInstructionCaches();
|
||||
|
||||
return ResultSuccess;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue