Support audio effect output status (#890)
* Support audio effect output status * Remove extra line
This commit is contained in:
parent
a5e20a8fd1
commit
595e7716d8
5 changed files with 61 additions and 4 deletions
|
@ -0,0 +1,7 @@
|
|||
namespace Ryujinx.HLE.HOS.Services.Audio.AudioRendererManager
|
||||
{
|
||||
class EffectContext
|
||||
{
|
||||
public EffectOut OutStatus;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue