early-access version 3615

This commit is contained in:
pineappleEA
2023-05-26 22:07:40 +02:00
parent 43215b4ced
commit dc90dd6801
15 changed files with 173 additions and 38 deletions
@@ -1276,8 +1276,6 @@ typename BufferCache<P>::OverlapResult BufferCache<P>::ResolveOverlaps(VAddr cpu
has_stream_leap = true;
if (expands_right) {
begin -= CACHING_PAGESIZE * 256;
// We're about to increment cpu_addr by YUZU_PAGESIZE, but have not yet checked for
// a buffer at the new begin.
cpu_addr = begin - CACHING_PAGESIZE;
}
if (expands_left) {