mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
Update ISOProperties.cpp
This commit is contained in:
parent
b0fc4b6ac9
commit
b94069b5af
1 changed files with 1 additions and 1 deletions
|
@ -1374,7 +1374,7 @@ void CISOProperties::ActionReplayList_Save()
|
|||
u32 cheats_chkbox_count = Cheats->GetCount();
|
||||
for (const ActionReplay::ARCode& code : arCodes)
|
||||
{
|
||||
//Check the index against the count because of the hacky way codes are added from the "Cheat Search" dialog
|
||||
// Check the index against the count because of the hacky way codes are added from the "Cheat Search" dialog
|
||||
if ((index < cheats_chkbox_count) && Cheats->IsChecked(index))
|
||||
enabledLines.push_back("$" + code.name);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue