mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-17 04:02:11 -04:00
Add AR Code Whitelist Approval
This commit is contained in:
@@ -115,7 +115,7 @@ void ARCodeWidget::OnItemChanged(QListWidgetItem* item)
|
||||
m_ar_codes[m_code_list->row(item)].enabled = (item->checkState() == Qt::Checked);
|
||||
|
||||
if (!m_restart_required)
|
||||
ActionReplay::ApplyCodes(m_ar_codes);
|
||||
ActionReplay::ApplyCodes(m_ar_codes, m_game_id);
|
||||
|
||||
UpdateList();
|
||||
SaveCodes();
|
||||
|
||||
Reference in New Issue
Block a user