mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-06-03 14:14:59 -06:00
fix: Swapped the ResolvedOverlaps Variables (#4405)
This commit is contained in:
parent
0c78ea9bba
commit
fb6502b8f1
@ -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.
|
// as a stream buffer. Increase the size to skip constantly recreating buffers.
|
||||||
has_stream_leap = true;
|
has_stream_leap = true;
|
||||||
if (expands_right) {
|
if (expands_right) {
|
||||||
expand_begin(CACHING_PAGESIZE * 128);
|
expand_end(CACHING_PAGESIZE * 128);
|
||||||
}
|
}
|
||||||
if (expands_left) {
|
if (expands_left) {
|
||||||
expand_end(CACHING_PAGESIZE * 128);
|
expand_begin(CACHING_PAGESIZE * 128);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user