diff --git a/src/main.cpp b/src/main.cpp index d3f4531..078d4d2 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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() )