mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Fix Cheat Manager not saving created codes
This commit is contained in:
@ -1493,6 +1493,11 @@ void CISOProperties::ActionReplayButtonClicked(wxCommandEvent& event)
|
||||
RemoveCheat->Disable();
|
||||
}
|
||||
|
||||
void CISOProperties::AddARCode(const ActionReplay::ARCode& code)
|
||||
{
|
||||
arCodes.emplace_back(code);
|
||||
}
|
||||
|
||||
void CISOProperties::OnChangeBannerLang(wxCommandEvent& event)
|
||||
{
|
||||
ChangeBannerDetails(OpenGameListItem.GetLanguages()[event.GetSelection()]);
|
||||
|
Reference in New Issue
Block a user