early-access version 3527

This commit is contained in:
pineappleEA
2023-04-24 01:59:22 +02:00
parent 4a571b3057
commit a6e49bc8f4
17 changed files with 299 additions and 100 deletions

View File

@@ -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);
}