Use the dxredist X3DAudio/XAPOFX DLLs for 64-bit #46
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This removes the
!_WIN64
guards for X3DAudio's and XAPOFX'sDLL_WINE_PREATTACH
cases for Proton.The main reason we prefer the builtins for 64-bit is because XAudio2 has some strange behavior on Win64 for reasons unknown. However, that only applies to XAudio2_*.dll; the other XAudio2 libraries should be perfectly safe to use. We still use FACT for XACT3 support since FACT works best with FAudio, but we can get some pretty good accuracy improvements from using Microsoft's X3DAudio (accuracy in F3DAudio still isn't great) and get all the proper effects from the official XAPOFX library (which we don't have implemented at all right now).