main: Fix CI

This commit is contained in:
Joshua Ashton 2023-06-27 11:22:07 +01:00 committed by Joshie
parent 5e99ecb46b
commit 1bc1e724dd

View file

@ -840,6 +840,8 @@ static bool initOutput( int preferredWidth, int preferredHeight, int preferredRe
{
#if HAVE_OPENVR
return vrsession_init();
#else
return false;
#endif
}
else if ( BIsSDLSession() )