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 01ac0d0f74
commit e1096c913d
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;
}
}