Skip to content

Commit

Permalink
DolphinWX: Fix patch removal
Browse files Browse the repository at this point in the history
  • Loading branch information
lioncash committed Nov 22, 2014
1 parent be2331b commit f73b6ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/DolphinWX/ISOProperties.cpp
Expand Up @@ -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;
}

Expand Down

0 comments on commit f73b6ab

Please sign in to comment.