thfr 5633dea800 update to FNA 21.03.05. Tested with Unexplored without issues.
Changelog:

21.03.05

Emergency update to FAudio 21.03.05

21.03

New Features:
* Added a .editorconfig, in the hopes that VS/JetBrains will have an easier time matching code style
* Update to FNA3D 21.03
* Update to FAudio 21.03

Fixes:
* Use Unicode.GetString for FACTRendererDetails, works around a BRUTE issue
* XACT data is now loaded to native memory rather than managed, avoids some annoying GC behavior

21.02

New Features:
* Update to FNA3D 21.02
* By default, support for the FNA3D Vulkan pipeline cache is limited to desktop only
* Update to FAudio 21.02

Fixes:
* Visual Studio fixes for AnyCPU and app.config
* Fix for possible graphics spec violations in the VideoPlayer
* Sampler state is now updated when calling SetRenderTargets
* GraphicsDeviceManager device callbacks now pass the GDM as sender, not the GraphicsDevice
2021-03-07 17:04:31 +00:00
..