Fix Cheat Manager not saving created codes

This commit is contained in:
JosJuice
2015-09-19 17:20:16 +02:00
parent 3f56480903
commit 17edcc4fc7
7 changed files with 13 additions and 12 deletions

View File

@ -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()]);