Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
clobber committed Nov 25, 2018
1 parent 49de41d commit 68102c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MednafenGameCore.mm
Original file line number Diff line number Diff line change
Expand Up @@ -3534,7 +3534,7 @@ - (void)changeDisplayWithMode:(NSString *)displayMode

// Handle option state changes
for (NSMutableDictionary *optionDict in _availableDisplayModes) {
if (optionDict[OEGameCoreDisplayModeLabelKey] || optionDict[OEGameCoreDisplayModeSeparatorItemKey])
if (!optionDict[OEGameCoreDisplayModeNameKey])
continue;
// Mutually exclusive option state change
else if ([optionDict[OEGameCoreDisplayModeNameKey] isEqualToString:displayMode])
Expand Down

0 comments on commit 68102c5

Please sign in to comment.