mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-19 16:51:38 +00:00
DolphinQt: JIT Widget Refresh
Fulfilling a certain six-year-old todo.
This commit is contained in:
parent
ca9222a16b
commit
9afd09598c
36 changed files with 1640 additions and 390 deletions
|
@ -881,7 +881,7 @@ void CodeViewWidget::OnPPCComparison()
|
|||
{
|
||||
const u32 addr = GetContextAddress();
|
||||
|
||||
emit RequestPPCComparison(addr);
|
||||
emit RequestPPCComparison(addr, m_system.GetPPCState().msr.IR);
|
||||
}
|
||||
|
||||
void CodeViewWidget::OnAddFunction()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue