early-access version 2606

This commit is contained in:
pineappleEA
2022-03-25 07:21:10 +01:00
parent c56a867536
commit b3c57a4768
15 changed files with 686 additions and 308 deletions

View File

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