DolphinQt/GCMemcardManager: Don't unnecessarily repopulate the slot table when switching between A <-> B.

This commit is contained in:
Jordan Woyak 2026-04-14 11:05:06 -05:00
parent 52ef8d3f8d
commit fb607239e5

View File

@ -243,7 +243,6 @@ void GCMemcardManager::SetActiveSlot(Slot slot)
m_active_slot = slot;
UpdateSlotTable(slot);
UpdateActions();
}