early-access version 4018

This commit is contained in:
pineappleEA
2023-12-13 18:04:01 +01:00
parent 76fa9cc8e2
commit 81955276bf
9 changed files with 55 additions and 24 deletions

View File

@@ -359,7 +359,7 @@ private:
void GetActiveChannelCount(HLERequestContext& ctx) {
const auto& sink{system.AudioCore().GetOutputSink()};
u32 channel_count{sink.GetDeviceChannels()};
u32 channel_count{sink.GetSystemChannels()};
LOG_DEBUG(Service_Audio, "(STUBBED) called. Channels={}", channel_count);