mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-02-09 15:56:22 +01:00
7 lines
141 B
C#
7 lines
141 B
C#
namespace Ryujinx.HLE.HOS.Services.Audio.AudioRendererManager
|
|
{
|
|
class EffectContext
|
|
{
|
|
public EffectOut OutStatus;
|
|
}
|
|
}
|