diff options
| author | Mary <me@thog.eu> | 2020-12-30 23:08:09 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-31 09:08:09 +1100 |
| commit | b1d3cfd2dac2030bf7ec0938900a8c004f3661a9 (patch) | |
| tree | 19b3661f05d1ce94db861129bc53abfc92c17af7 /README.md | |
| parent | fb0db323385047afa179d3fcf1d5eee627eedfdc (diff) | |
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>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 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** |
