summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp
diff options
context:
space:
mode:
authorAlex Harrison <alexander.harrison.r@gmail.com>2025-07-22 20:37:01 -0600
committerAlex Harrison <alexander.harrison.r@gmail.com>2025-07-30 13:41:42 -0600
commit6cb78682868fd28bfbe55ec1ee55eeb861addc40 (patch)
treea536b4adc3236fa6a0a8885ad22c41a22fc3e6b6 /Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp
parentd6a4421386850c9fe6a834bc451bca9b90ba0a98 (diff)
CodeViewWidget: Improve performance by removing unnecessary FillInCallers computation during update
Diffstat (limited to 'Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp')
-rw-r--r--Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp b/Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp
index f94b640c41..abbf59c4ce 100644
--- a/Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp
+++ b/Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp
@@ -433,8 +433,6 @@ void CodeViewWidget::Update(const Core::CPUThreadGuard* guard)
CalculateBranchIndentation();
- m_ppc_symbol_db.FillInCallers();
-
repaint();
m_updating = false;
}