early-access version 2439

This commit is contained in:
pineappleEA
2022-01-27 22:36:15 +01:00
parent 4875565f36
commit 2f3631914f
5 changed files with 33 additions and 36 deletions

View File

@@ -1500,6 +1500,8 @@ typename BufferCache<P>::OverlapResult BufferCache<P>::ResolveOverlaps(VAddr cpu
// When this memory region has been joined a bunch of times, we assume it's being used
// as a stream buffer. Increase the size to skip constantly recreating buffers.
has_stream_leap = true;
begin -= PAGE_SIZE * 256;
cpu_addr = begin;
end += PAGE_SIZE * 256;
}
}