Accuracy Normal: reduce accuracy further for perf improvements in Project Lime
This commit is contained in:
parent
fca72beb2d
commit
7e76c1642c
4 changed files with 11 additions and 5 deletions
|
@ -462,7 +462,7 @@ struct Memory::Impl {
|
|||
}
|
||||
|
||||
if (Settings::IsFastmemEnabled()) {
|
||||
const bool is_read_enable = Settings::IsGPULevelHigh() || !cached;
|
||||
const bool is_read_enable = !Settings::IsGPULevelExtreme() || !cached;
|
||||
system.DeviceMemory().buffer.Protect(vaddr, size, is_read_enable, !cached);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue