Update ISOProperties.cpp
This commit is contained in:
parent
b0fc4b6ac9
commit
b94069b5af
|
@ -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…
Reference in New Issue