mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 05:40:01 -06:00
DolphinWX: Fix patch removal
This commit is contained in:
@ -1328,7 +1328,7 @@ void CISOProperties::PatchButtonClicked(wxCommandEvent& event)
|
|||||||
break;
|
break;
|
||||||
case ID_REMOVEPATCH:
|
case ID_REMOVEPATCH:
|
||||||
onFrame.erase(onFrame.begin() + Patches->GetSelection());
|
onFrame.erase(onFrame.begin() + Patches->GetSelection());
|
||||||
Patches->Delete(Cheats->GetSelection());
|
Patches->Delete(Patches->GetSelection());
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user