mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01:00
rx/MemoryTable: fix map without override
This commit is contained in:
parent
a70fecb111
commit
da66743ea5
|
|
@ -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…
Reference in a new issue