mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
rx/MemoryTable: fix map without override
This commit is contained in:
parent
a70fecb111
commit
da66743ea5
1 changed files with 1 additions and 1 deletions
|
|
@ -625,7 +625,7 @@ public:
|
||||||
bool lastRemovedIsOpen = false;
|
bool lastRemovedIsOpen = false;
|
||||||
PayloadT lastRemovedOpenPayload;
|
PayloadT lastRemovedOpenPayload;
|
||||||
if (noOverride && !beginInserted && !endInserted &&
|
if (noOverride && !beginInserted && !endInserted &&
|
||||||
std::next(beginIt) == endIt) {
|
std::next(beginIt) == endIt && !beginIt->second.isClose()) {
|
||||||
return beginIt;
|
return beginIt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue