diff options
| author | AcK77 <Acoustik666@gmail.com> | 2018-02-08 17:52:02 +0100 |
|---|---|---|
| committer | AcK77 <Acoustik666@gmail.com> | 2018-02-08 17:52:02 +0100 |
| commit | 9f2aea40594e6a34b9e520ea6ef9b522cb9e2731 (patch) | |
| tree | 7282d7350ac0b8d0a7b4bd72fc2bc13021111094 /README.md | |
| parent | 64d34f2882e79275268a1d4b0a7ac99d04ba93d3 (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.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
