Skip to content

Commit

Permalink
Show JIT blocks widget when selecting 'PPC vs Host' in code widget
Browse files Browse the repository at this point in the history
Before, I just assumed this feature was broken since I didn't know what widget it used. Now, it behaves like show memory and show code elsewhere.
  • Loading branch information
Pokechu22 committed Dec 2, 2022
1 parent 0ccfa31 commit 5842b90
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Source/Core/DolphinQt/Debugger/JITWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,11 @@ void JITWidget::ConnectWidgets()
void JITWidget::Compare(u32 address)
{
m_address = address;

Settings::Instance().SetJITVisible(true);
raise();
m_host_asm_widget->setFocus();

Update();
}

Expand Down

0 comments on commit 5842b90

Please sign in to comment.