Merge pull request #1586 from lioncash/ar

DolphinWX: Fix button handling for AR codes and ISO patch removal.
This commit is contained in:
Lioncash
2014-11-22 17:42:21 -05:00
2 changed files with 2 additions and 2 deletions

View File

@ -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;
}