From f7faafc61f7ea5f1dcb929a07ad22f5d8bbf3022 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Mon, 4 Apr 2016 22:07:19 -0700 Subject: [PATCH] OVR: Disable multithreading with OVR. --- scripts/bgfx.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/bgfx.lua b/scripts/bgfx.lua index 97ec723dd..e9906864b 100644 --- a/scripts/bgfx.lua +++ b/scripts/bgfx.lua @@ -51,6 +51,7 @@ function bgfxProject(_name, _kind, _defines) if _OPTIONS["with-ovr"] then defines { + "BGFX_CONFIG_MULTITHREADED=0", "BGFX_CONFIG_USE_OVR=1", } includedirs {