mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Merge branch 'feature_openxr_quest' into feature_openxr_6dof
This commit is contained in:
commit
e5f17824cd
9 changed files with 8 additions and 8 deletions
|
@ -1067,14 +1067,14 @@ if(ANDROID)
|
||||||
|
|
||||||
if (OPENXR)
|
if (OPENXR)
|
||||||
set(nativeExtra ${nativeExtra}
|
set(nativeExtra ${nativeExtra}
|
||||||
VR/VRBase.cpp
|
Common/VR/VRBase.cpp
|
||||||
VR/VRBase.h
|
Common/VR/VRBase.h
|
||||||
VR/VRFramebuffer.cpp
|
Common/VR/VRFramebuffer.cpp
|
||||||
VR/VRFramebuffer.h
|
Common/VR/VRFramebuffer.h
|
||||||
VR/VRInput.cpp
|
Common/VR/VRInput.cpp
|
||||||
VR/VRInput.h
|
Common/VR/VRInput.h
|
||||||
VR/VRRenderer.cpp
|
Common/VR/VRRenderer.cpp
|
||||||
VR/VRRenderer.h
|
Common/VR/VRRenderer.h
|
||||||
)
|
)
|
||||||
set(nativeExtraLibs ${nativeExtraLibs} openxr)
|
set(nativeExtraLibs ${nativeExtraLibs} openxr)
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Add table
Reference in a new issue