OVR: Disable multithreading with OVR.

This commit is contained in:
Branimir Karadžić 2016-04-04 22:07:19 -07:00
parent e3b71511ac
commit f7faafc61f
1 changed files with 1 additions and 0 deletions

View File

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