thing2
This commit is contained in:
parent
94127f9c15
commit
8c2990932e
1 changed files with 3 additions and 0 deletions
|
@ -71,6 +71,9 @@ namespace Ryujinx.HLE.OsHle.Services.Aud
|
|||
|
||||
Context.Ns.Log.PrintInfo(LogClass.ServiceAudio, $"TotalSize: {OutputResponse.TotalSize}");
|
||||
Context.Ns.Log.PrintInfo(LogClass.ServiceAudio, $"MemoryPoolsSize: {OutputResponse.MemoryPoolsSize}");
|
||||
Context.Ns.Log.PrintInfo(LogClass.ServiceAudio, $"VoicesSize: {OutputResponse.VoicesSize}");
|
||||
Context.Ns.Log.PrintInfo(LogClass.ServiceAudio, $"EffectsSize: {OutputResponse.EffectsSize}");
|
||||
Context.Ns.Log.PrintInfo(LogClass.ServiceAudio, $"SinksSize: {OutputResponse.SinksSize}");
|
||||
Context.Ns.Log.PrintInfo(LogClass.ServiceAudio, $"MemoryPoolCount: {MemoryPoolCount}");
|
||||
|
||||
byte[] Output = new byte[OutputResponse.TotalSize];
|
||||
|
|
Loading…
Add table
Reference in a new issue