mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 05:51:27 +12:00
Update memory_viewer_panel.cpp
This commit is contained in:
parent
7d88ffff74
commit
dbde0f5313
1 changed files with 1 additions and 1 deletions
|
@ -604,7 +604,7 @@ memory_viewer_panel::memory_viewer_panel(QWidget* parent, std::shared_ptr<CPUDis
|
||||||
{
|
{
|
||||||
if (auto fxo = g_fxo->try_get<memory_viewer_fxo>())
|
if (auto fxo = g_fxo->try_get<memory_viewer_fxo>())
|
||||||
{
|
{
|
||||||
if (this == fxo->last_opened[m_type])
|
if (this == fxo->last_opened.at(m_type))
|
||||||
fxo->last_opened.erase(m_type);
|
fxo->last_opened.erase(m_type);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue