DolphinWX: Fix patch removal

This commit is contained in:
Lioncash 2014-11-22 17:25:14 -05:00
parent be2331b6f1
commit f73b6abdf5
1 changed files with 1 additions and 1 deletions

View File

@ -1328,7 +1328,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;
}