mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-30 01:29:48 -06:00
Support audio effect output status (#890)
* Support audio effect output status * Remove extra line
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
namespace Ryujinx.HLE.HOS.Services.Audio.AudioRendererManager
|
||||
{
|
||||
class EffectContext
|
||||
{
|
||||
public EffectOut OutStatus;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user