alandtse / CommonLibVR

This is an experimental reverse engineered library for Skyrim VR (ported from CommonLibSSE). There are two main branches (VR) which is based on po3's using ifdefs, and NG which is an updated NG build.
MIT License
23 stars 21 forks source link

Add openvr dependency for RE of BSOpenVR #21

Closed Nightfallstorm closed 1 year ago

Nightfallstorm commented 1 year ago

OpenVR submodule: https://github.com/ValveSoftware/openvr

alandtse commented 1 year ago

To be consistent with other mods, can you make openvr be in the directory extern/openvr? I think that's the standard structure for external dependencies in c++.

Nightfallstorm commented 1 year ago

Moved