mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 16:01:42 +12:00
Fix instruction editor a bit
This commit is contained in:
parent
df2fc13b7a
commit
efe140bc0c
3 changed files with 55 additions and 5 deletions
|
@ -586,14 +586,12 @@ void debugger_list::keyPressEvent(QKeyEvent* event)
|
|||
{
|
||||
instruction_editor_dialog* dlg = new instruction_editor_dialog(this, pc, cpu, m_debugFrame->m_disasm.get());
|
||||
dlg->show();
|
||||
m_debugFrame->DoUpdate();
|
||||
return;
|
||||
}
|
||||
case Qt::Key_R:
|
||||
{
|
||||
register_editor_dialog* dlg = new register_editor_dialog(this, pc, cpu, m_debugFrame->m_disasm.get());
|
||||
dlg->show();
|
||||
m_debugFrame->DoUpdate();
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue