1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-09-21 22:44:36 +01:00
Ryujinx/Ryujinx.HLE/HOS/Services/Audio
LDj3SNuD eee639d6ba .NET Core 3.0 is here! (#784)
* .NET Core 3.0 is here!

* Remove IMemoryManager.cs and its references.

* Add T Math/F.FusedMultiplyAdd(T, T, T). Nits.

* Nit.

* Update appveyor.yml

* Revert "Resolve Visual Studio build issues"

This reverts commit 1772128ce0.

* Update SvcTable.cs
2019-10-31 19:09:03 +01:00
..
AudioOutManager audout:u: Implement SetAudioOutVolume and GetAudioOutVolume (#781) 2019-10-11 17:54:29 +02:00
AudioRendererManager .NET Core 3.0 is here! (#784) 2019-10-31 19:09:03 +01:00
HardwareOpusDecoderManager Fix hwopus DecodeInterleaved implementation (#786) 2019-10-11 17:22:24 +02:00
Types Fix hwopus DecodeInterleaved implementation (#786) 2019-10-11 17:22:24 +02:00
IAudioController.cs
IAudioInManager.cs
IAudioInManagerForApplet.cs
IAudioInManagerForDebugger.cs
IAudioOutManager.cs
IAudioOutManagerForApplet.cs
IAudioOutManagerForDebugger.cs
IAudioRendererManager.cs audren: Fix AudioRenderer implementation (#773) 2019-09-20 01:49:05 +02:00
IAudioRendererManagerForApplet.cs
IAudioRendererManagerForDebugger.cs
IAudioSnoopManager.cs
IFinalOutputRecorderManager.cs
IFinalOutputRecorderManagerForApplet.cs
IFinalOutputRecorderManagerForDebugger.cs
IHardwareOpusDecoderManager.cs
ResultCode.cs