early-access version 3333

This commit is contained in:
pineappleEA
2023-01-26 11:46:34 +01:00
parent 5ba4466d20
commit b4a3b45fcb
4 changed files with 12 additions and 35 deletions

View File

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