Fix NodeStates.GetWorkBufferSize
This commit is contained in:
parent
fa44e38697
commit
1ed94f1240
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ namespace Ryujinx.HLE.HOS.Services.Audio.AudioRendererManager
|
|||
size |= 7;
|
||||
}
|
||||
|
||||
return 4 * (totalMixCount * totalMixCount) + 0x12 * totalMixCount + 2 * (size / 8);
|
||||
return 4 * (totalMixCount * totalMixCount) + 12 * totalMixCount + 2 * (size / 8);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue