early-access version 2596

This commit is contained in:
pineappleEA
2022-03-24 03:40:39 +01:00
parent d7301c48b1
commit 73b4c61bdd
8 changed files with 5 additions and 113 deletions

View File

@@ -322,7 +322,7 @@ struct Memory::Impl {
}
if (Settings::IsFastmemEnabled()) {
const bool is_read_enable = !Settings::IsGPULevelExtreme() || !cached;
const bool is_read_enable = Settings::IsGPULevelHigh() || !cached;
system.DeviceMemory().buffer.Protect(vaddr, size, is_read_enable, !cached);
}