Fix iOS build

This commit is contained in:
Aaron Culliney 2019-08-09 11:40:15 +05:30
parent 96e75f50ff
commit 3bad383cbe
1 changed files with 2 additions and 2 deletions

View File

@ -72,9 +72,9 @@
}
NSInteger mode = [defaults integerForKey:kApple2ColorConfig];
if (! ((mode >= COLOR_MODE_BW) && (mode < NUM_COLOROPTS)) )
if (! ((mode >= COLOR_MODE_MONO) && (mode < NUM_COLOROPTS)) )
{
mode = COLOR_MODE_BW;
mode = COLOR_MODE_DEFAULT;
}
//[self.videoModePicker d:mode];
//color_mode = (color_mode_t)mode;