mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-25 08:59:58 +00:00
ozone: Fix crash with menu_use_preferred_system_color_theme.
Fixes https://github.com/libretro/RetroArch/issues/7805
This commit is contained in:
parent
c46e3468e2
commit
d51b801221
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user