mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +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;
|
||||
PayloadT lastRemovedOpenPayload;
|
||||
if (noOverride && !beginInserted && !endInserted &&
|
||||
std::next(beginIt) == endIt) {
|
||||
std::next(beginIt) == endIt && !beginIt->second.isClose()) {
|
||||
return beginIt;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue