Support audio effect output status (#890)

* Support audio effect output status

* Remove extra line
This commit is contained in:
gdkchan 2020-01-17 06:07:27 -03:00 committed by Thog
parent a5e20a8fd1
commit 595e7716d8
5 changed files with 61 additions and 4 deletions

View file

@ -0,0 +1,7 @@
namespace Ryujinx.HLE.HOS.Services.Audio.AudioRendererManager
{
class EffectContext
{
public EffectOut OutStatus;
}
}