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

RE BSSoundHandle::Pause() #34

Closed W-Drew closed 8 months ago

W-Drew commented 8 months ago

Same as https://github.com/powerof3/CommonLibSSE/pull/101 but with VR offset added to Offsets_VR. Verified that the offset worked specifically in VR (sound on):

https://github.com/alandtse/CommonLibVR/assets/3292122/9106c08e-e1ae-49f1-9993-3f0c428fe29d

alandtse commented 8 months ago

Normally, you should cherry pick the po3 commit and then modify. That helps avoid conflicts later for us when I pull from it.

W-Drew commented 8 months ago

Updated to cherry pick from po3 dev rather than my branch that I merged into po3 dev