mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-22 18:41:13 +02:00
8 lines
141 B
C#
8 lines
141 B
C#
namespace Ryujinx.HLE.HOS.Services.Audio.AudioRendererManager
|
|
{
|
|
class EffectContext
|
|
{
|
|
public EffectOut OutStatus;
|
|
}
|
|
}
|