diff options
| author | JMC47 <JMC4789@gmail.com> | 2024-10-21 12:03:50 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-21 12:03:50 -0400 |
| commit | f412e2488c24fc81a784c198ba9610e54cdd1d9a (patch) | |
| tree | 2433844ec8e6192ed6051edf5460259c4a2cb0c1 /Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp | |
| parent | 24e9fc120c1b02b78cbf854c0eae78df0dbb60c1 (diff) | |
| parent | c3bda2e8757b4c37bec504f05ebda39b858e2969 (diff) | |
Merge pull request #12714 from mitaclaw/jit-widget-refresh
DolphinQt: JIT Widget Refresh
Diffstat (limited to 'Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp')
| -rw-r--r-- | Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp b/Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp index 12cb8b30c5..792d78d9b0 100644 --- a/Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp +++ b/Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp @@ -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() |
