mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-29 12:32:47 +00:00
DolphinWX: Fix patch removal
This commit is contained in:
parent
be2331b6f1
commit
f73b6abdf5
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user