mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-25 08:59:58 +00:00
Merge pull request #7809 from orbea/ozone
ozone: Fix crash with menu_use_preferred_system_color_theme.
This commit is contained in:
commit
30fc94ae19
@ -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