GetAudioRendererWorkBufferSize impl #465

Impl of GetAudioRendererWorkBufferSize based on RE, if this can be cleaned up, please contribute!
This commit is contained in:
NekokoTime
2018-05-24 15:26:12 -03:00
committed by GitHub
parent 60807c3a50
commit 4879fa0a94

View File

@@ -323,7 +323,7 @@ void AudRenU::GetAudioDevice(Kernel::HLERequestContext& ctx) {
NGLOG_DEBUG(Service_Audio, "called");
}
bool AudRenU::IsFeatureSupported(AudioFeatures feature, u32_le Revision) {
bool AudRenU::IsFeatureSupported(AudioFeatures feature, u32_le lowercase) {
u32_be version_num = (Revision - 0x30564552); // Byte swap
switch (feature) {
case AudioFeatures::Splitter: