mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Merge pull request #1586 from lioncash/ar
DolphinWX: Fix button handling for AR codes and ISO patch removal.
This commit is contained in:
@ -1377,7 +1377,7 @@ void CISOProperties::PatchButtonClicked(wxCommandEvent& event)
|
||||
break;
|
||||
case ID_REMOVEPATCH:
|
||||
onFrame.erase(onFrame.begin() + Patches->GetSelection());
|
||||
Patches->Delete(Cheats->GetSelection());
|
||||
Patches->Delete(Patches->GetSelection());
|
||||
break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user