ozone: Fix crash with menu_use_preferred_system_color_theme.

Fixes https://github.com/libretro/RetroArch/issues/7805
This commit is contained in:
orbea 2018-12-23 11:40:47 -08:00
parent c46e3468e2
commit d51b801221

View File

@ -195,8 +195,8 @@ static void *ozone_init(void **userdata, bool video_is_threaded)
setsysExit();
}
else
fallback_color_theme = true;
#endif
fallback_color_theme = true;
}
else
fallback_color_theme = true;