mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-05-26 13:50:37 +00:00
fix: Swapped the ResolvedOverlaps Variables (#4405)
This commit is contained in:
@@ -501,10 +501,10 @@ BufferCache::OverlapResult BufferCache::ResolveOverlaps(VAddr device_addr, u32 w
|
||||
// as a stream buffer. Increase the size to skip constantly recreating buffers.
|
||||
has_stream_leap = true;
|
||||
if (expands_right) {
|
||||
expand_begin(CACHING_PAGESIZE * 128);
|
||||
expand_end(CACHING_PAGESIZE * 128);
|
||||
}
|
||||
if (expands_left) {
|
||||
expand_end(CACHING_PAGESIZE * 128);
|
||||
expand_begin(CACHING_PAGESIZE * 128);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user