Distribute with OpenAL Soft on Windows (#1847)
* Distribute with OpenAL Soft on Windows This remove dependency on OpenAL EA on Windows and allows to operate with both backend without any user interventions. Co-authored-by: jduncanator <jduncanator@hotmail.com> * Fix Atmosphere utf8 issue Co-authored-by: jduncanator <jduncanator@hotmail.com>
This commit is contained in:
parent
fb0db32338
commit
b1d3cfd2da
3 changed files with 636 additions and 179 deletions
|
@ -57,7 +57,7 @@ Ryujinx system files are stored in the `Ryujinx` folder. This folder is located
|
|||
|
||||
- **Audio**
|
||||
|
||||
Audio output is entirely supported, audio input (microphone) isn't supported. We use C# wrappers for [OpenAL](https://openal.org/downloads/oalinst.zip) (installation needed), and [libsoundio](http://libsound.io/) as the fallback.
|
||||
Audio output is entirely supported, audio input (microphone) isn't supported. We use C# wrappers for [OpenAL](https://openal-soft.org/), and [libsoundio](http://libsound.io/) as the fallback.
|
||||
|
||||
- **CPU**
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue