mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-15 21:41:43 +00:00
Merge branch 'master' of https://github.com/dolphin-emu/dolphin into dolphin-emu-master2
This commit is contained in:
commit
86f7aa4e6a
128 changed files with 5247 additions and 4422 deletions
|
@ -206,7 +206,7 @@ void GeckoCodeWidget::OnItemChanged(QListWidgetItem* item)
|
|||
m_gecko_codes[index].enabled = (item->checkState() == Qt::Checked);
|
||||
|
||||
if (!m_restart_required)
|
||||
Gecko::SetActiveCodes(m_gecko_codes);
|
||||
Gecko::SetActiveCodes(m_gecko_codes, m_game_id);
|
||||
|
||||
SaveCodes();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue