Update SharpWave.dll that uses fixed unmanaged memory to store wave headers, fixes awful static.

This commit is contained in:
UnknownShadow200 2015-11-28 09:59:25 +11:00
parent 0503a418a0
commit 1171ee9b61
2 changed files with 2 additions and 0 deletions

Binary file not shown.

View file

@ -1,4 +1,6 @@
<configuration>
<dllmap os="linux" dll="openal32.dll" target="libopenal.so.1"/>
<dllmap os="linux" dll="alut.dll" target="libalut.so.0"/>
<dllmap os="osx" dll="openal32.dll" target="/System/Library/Frameworks/OpenAL.framework/OpenAL" />
<dllmap os="osx" dll="alut.dll" target="/System/Library/Frameworks/OpenAL.framework/OpenAL" />
</configuration>