Update IAudioRendererManager.cs
This commit is contained in:
parent
b60e282248
commit
b7600a9cc9
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ namespace Ryujinx.Core.OsHle.Services.Aud
|
|||
{
|
||||
long Size;
|
||||
|
||||
Size = UnknownC * 0x400 + 0x50;
|
||||
Size = UnknownC * 0x400 + 0x50;
|
||||
Size += RoundUp(Unknown8 * 4, 64);
|
||||
Size += (UnknownC + 1) * 0x940;
|
||||
Size += Unknown14 * 0x170;
|
||||
|
|
Loading…
Add table
Reference in a new issue