mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Show JIT blocks widget when selecting 'PPC vs Host' in code widget
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.
This commit is contained in:
parent
0ccfa31ec8
commit
5842b90bee
@ -123,6 +123,11 @@ void JITWidget::ConnectWidgets()
|
|||||||
void JITWidget::Compare(u32 address)
|
void JITWidget::Compare(u32 address)
|
||||||
{
|
{
|
||||||
m_address = address;
|
m_address = address;
|
||||||
|
|
||||||
|
Settings::Instance().SetJITVisible(true);
|
||||||
|
raise();
|
||||||
|
m_host_asm_widget->setFocus();
|
||||||
|
|
||||||
Update();
|
Update();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user