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;
|
size |= 7;
|
||||||
}
|
}
|
||||||
|
|
||||||
return 4 * (totalMixCount * totalMixCount) + 0x12 * totalMixCount + 2 * (size / 8);
|
return 4 * (totalMixCount * totalMixCount) + 12 * totalMixCount + 2 * (size / 8);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue