aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMary <me@thog.eu>2020-12-30 23:08:09 +0100
committerGitHub <noreply@github.com>2020-12-31 09:08:09 +1100
commitb1d3cfd2dac2030bf7ec0938900a8c004f3661a9 (patch)
tree19b3661f05d1ce94db861129bc53abfc92c17af7 /README.md
parentfb0db323385047afa179d3fcf1d5eee627eedfdc (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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9fa095b1..f4b3828a 100644
--- a/README.md
+++ b/README.md
@@ -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**