Update IAudioRendererManager.cs

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

View file

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