Commit Description:
Fix bug introduced by FNA upgrade....
Commit Description:
Fix bug introduced by FNA upgrade. I think FNA or one of its dependencies fixed a bug with the pipe key being mislabeled as the backslash key. It does have a backslash on it, but only upon shift.
File last commit:
Show/Diff file:
Action:
FNA/lib/FAudio/csharp/app.config
6 lines | 271 B | text/plain | TextLexer
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<dllmap dll="FAudio" os="windows" target="FAudio.dll"/>
<dllmap dll="FAudio" os="osx" target="libFAudio.0.dylib"/>
<dllmap dll="FAudio" os="linux,freebsd,netbsd,openbsd" target="libFAudio.so.0"/>
</configuration>