mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-10 01:59:02 +00:00
Merge pull request #3067 from JosJuice/cheat-manager-regression
Fix Cheat Manager not saving created codes
This commit is contained in:
commit
b0dbb6ef46
7 changed files with 13 additions and 12 deletions
|
@ -1486,6 +1486,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()]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue