mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-07 18:58:29 +02: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