Update IAudioRendererManager.cs
This commit is contained in:
parent
52d929fc58
commit
b60e282248
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
using Ryujinx.Core.Logging;
|
||||
using Ryujinx.Core.OsHle.Ipc;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Ryujinx.Core.OsHle.Services.Aud
|
||||
|
@ -48,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