mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 02:00:41 +00:00
(UWP) Another Buildfix (#14501)
This commit is contained in:
parent
2cddea21f8
commit
baaf8e03fa
@ -456,7 +456,7 @@ void App::OnActivated(CoreApplicationView^ applicationView, IActivatedEventArgs^
|
||||
content_state_t *p_content = content_state_get_ptr();
|
||||
char *currentdriver = settings->arrays.video_driver;
|
||||
if ( strcmpi(currentdriver, "gl") == 0
|
||||
&& !p_content->is_inited)
|
||||
&& !p_content->flags & CONTENT_ST_FLAG_IS_INITED)
|
||||
{
|
||||
/* Set driver to default */
|
||||
configuration_set_string(settings,
|
||||
|
Loading…
Reference in New Issue
Block a user