(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();
|
content_state_t *p_content = content_state_get_ptr();
|
||||||
char *currentdriver = settings->arrays.video_driver;
|
char *currentdriver = settings->arrays.video_driver;
|
||||||
if ( strcmpi(currentdriver, "gl") == 0
|
if ( strcmpi(currentdriver, "gl") == 0
|
||||||
&& !p_content->is_inited)
|
&& !p_content->flags & CONTENT_ST_FLAG_IS_INITED)
|
||||||
{
|
{
|
||||||
/* Set driver to default */
|
/* Set driver to default */
|
||||||
configuration_set_string(settings,
|
configuration_set_string(settings,
|
||||||
|
|
Loading…
Reference in New Issue