mirror of
https://git.ryujinx.app/kenji-nx/ryujinx.git
synced 2025-12-20 07:37:05 +00:00
Code cleanup: Audio effects fix and audio object pooling
Commit e1b6cb71
This commit is contained in:
parent
1bb1c7bba8
commit
78db4c365f
21 changed files with 8 additions and 109 deletions
|
|
@ -23,11 +23,6 @@ namespace Ryujinx.Audio.Renderer.Dsp.Command
|
|||
|
||||
public Type PerformanceType { get; set; }
|
||||
|
||||
public PerformanceCommand()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public PerformanceCommand Initialize(ref PerformanceEntryAddresses performanceEntryAddresses, Type performanceType, int nodeId)
|
||||
{
|
||||
if (PerformanceEntryAddresses is not null)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue