mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-01-21 16:30:26 +00:00
Fix iOS build
This commit is contained in:
parent
96e75f50ff
commit
3bad383cbe
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user