mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 08:21:29 +12:00
memory viewer: Close all instances after emulation exit
This commit is contained in:
parent
923fcc3b3d
commit
e05f1c37ad
4 changed files with 31 additions and 5 deletions
|
@ -320,8 +320,7 @@ void debugger_frame::keyPressEvent(QKeyEvent* event)
|
|||
case Qt::Key_M:
|
||||
{
|
||||
// Memory viewer
|
||||
auto mvp = new memory_viewer_panel(this, pc, cpu);
|
||||
mvp->show();
|
||||
idm::make<memory_viewer_handle>(this, pc, cpu);
|
||||
return;
|
||||
}
|
||||
case Qt::Key_F10:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue