mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06: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:
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user