aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAcK77 <Acoustik666@gmail.com>2018-02-08 17:52:02 +0100
committerAcK77 <Acoustik666@gmail.com>2018-02-08 17:52:02 +0100
commit9f2aea40594e6a34b9e520ea6ef9b522cb9e2731 (patch)
tree7282d7350ac0b8d0a7b4bd72fc2bc13021111094 /README.md
parent64d34f2882e79275268a1d4b0a7ac99d04ba93d3 (diff)
Basic audio support
Implement IAudioOut. Small corrections on AudIAudioRenderer. Add glitched audio playback support through OpenAL.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1c8850de..857ba680 100644
--- a/README.md
+++ b/README.md
@@ -8,3 +8,6 @@ Contributions are always welcome.
To run this emulator, you need the .NET Core 2.0 (or higher) SDK.
Run `dotnet run -c Release -- game.nro` inside the Ryujinx solution folder.
+
+Audio is partially supported (glitched) on Windows, you need to install the OpenAL Core SDK :
+https://openal.org/downloads/OpenAL11CoreSDK.zip