Update IAudioRendererManager.cs

This commit is contained in:
Ac_K 2018-05-02 01:53:28 +02:00 committed by GitHub
parent b60e282248
commit b7600a9cc9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;