Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #47 from mkwong98/master
Browse files Browse the repository at this point in the history
Update EmulationSettings.h
  • Loading branch information
NovaSquirrel authored Aug 21, 2021
2 parents c5ac9ec + eb82a00 commit 15cb277
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Core/EmulationSettings.h
Original file line number Diff line number Diff line change
Expand Up @@ -1337,8 +1337,10 @@ class EmulationSettings
case NesModel::Dendy:
return _exclusiveRefreshRate2;
break;
default:
return _exclusiveRefreshRate;
break;
}
return _exclusiveRefreshRate;
}

void SetExpansionDevice(ExpansionPortDevice expansionDevice)
Expand Down

0 comments on commit 15cb277

Please sign in to comment.