diff options
| author | Jordan Woyak <jordan.woyak@gmail.com> | 2026-04-14 11:05:06 -0500 |
|---|---|---|
| committer | Jordan Woyak <jordan.woyak@gmail.com> | 2026-04-14 11:05:06 -0500 |
| commit | fb607239e50f495298e14d99ab46aa3de7c13927 (patch) | |
| tree | 5e34df876958934aa4fd59b9713d08e28ff6b9cb /Source/Core | |
| parent | 52ef8d3f8d5a8df29f256ee7d49e38cadd049d0a (diff) | |
DolphinQt/GCMemcardManager: Don't unnecessarily repopulate the slot table when switching between A <-> B.
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/DolphinQt/GCMemcardManager.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/DolphinQt/GCMemcardManager.cpp b/Source/Core/DolphinQt/GCMemcardManager.cpp index c21bf7f26c..f7c41388c6 100644 --- a/Source/Core/DolphinQt/GCMemcardManager.cpp +++ b/Source/Core/DolphinQt/GCMemcardManager.cpp @@ -243,7 +243,6 @@ void GCMemcardManager::SetActiveSlot(Slot slot) m_active_slot = slot; - UpdateSlotTable(slot); UpdateActions(); } |
