(UWP) Another Buildfix (#14501)

This commit is contained in:
GABO1423 2022-10-09 18:06:49 -04:00 committed by GitHub
parent 2cddea21f8
commit baaf8e03fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,