mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 13:31:27 +12:00
Update memory_viewer_panel.cpp
This commit is contained in:
parent
dbde0f5313
commit
c49ef8e311
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 (this == fxo->last_opened.at(m_type))
|
||||
if (this == fxo->last_opened[m_type])
|
||||
fxo->last_opened.erase(m_type);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue