mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-04-22 22:52:55 +00:00
@@ -532,13 +532,13 @@ namespace Ryujinx.Audio.Renderer.Server
|
||||
|
||||
CommandType commandType = command.CommandType;
|
||||
|
||||
if (commandType == CommandType.AdpcmDataSourceVersion1 ||
|
||||
commandType == CommandType.AdpcmDataSourceVersion2 ||
|
||||
commandType == CommandType.PcmInt16DataSourceVersion1 ||
|
||||
commandType == CommandType.PcmInt16DataSourceVersion2 ||
|
||||
commandType == CommandType.PcmFloatDataSourceVersion1 ||
|
||||
commandType == CommandType.PcmFloatDataSourceVersion2 ||
|
||||
commandType == CommandType.Performance)
|
||||
if (commandType is CommandType.AdpcmDataSourceVersion1 or
|
||||
CommandType.AdpcmDataSourceVersion2 or
|
||||
CommandType.PcmInt16DataSourceVersion1 or
|
||||
CommandType.PcmInt16DataSourceVersion2 or
|
||||
CommandType.PcmFloatDataSourceVersion1 or
|
||||
CommandType.PcmFloatDataSourceVersion2 or
|
||||
CommandType.Performance)
|
||||
{
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user