1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-08-28 05:56:26 -05:00

amadeus: Update to REV10 (#2654)

* amadeus: Update to REV10

This implements all the changes made with REV10 on 13.0.0.

* Address Ack's comment

* Address gdkchan's comment
This commit is contained in:
Mary
2021-09-19 12:29:19 +02:00
committed by GitHub
parent fe9d5a1981
commit e17eb7bfaf
29 changed files with 923 additions and 96 deletions

View File

@@ -12,6 +12,7 @@ namespace Ryujinx.HLE.HOS.Services.Audio.AudioRenderer
uint GetActiveChannelCount();
KEvent QueryAudioDeviceInputEvent();
KEvent QueryAudioDeviceOutputEvent();
ResultCode GetAudioSystemMasterVolumeSetting(string name, out float systemMasterVolume);
string GetActiveAudioOutputDeviceName();
string[] ListAudioOutputDeviceName();
}
}