MonoGame / MonoGame.Dependencies

The MonoGame binary dependencies submodule.
38 stars 51 forks source link

Include desktop assembly for XAudio2 #113

Closed Jjagg closed 6 years ago

Jjagg commented 6 years ago

The .NET Native assembly misses a fallback to XAudio 2.7 that's needed for old Windows machines. Details in the issue: MonoGame/MonoGame#5986. Code we need included: https://github.com/sharpdx/SharpDX/blob/be1c541a9716c8657b6f7cd4b77fad4f27db264e/Source/SharpDX.XAudio2/XAudio2.cs#L88-L99

KonajuGames commented 6 years ago

Merged. Update the submodules on the other PR now.