mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-26 07:39:52 -06:00
8 lines
141 B
C#
8 lines
141 B
C#
namespace Ryujinx.HLE.HOS.Services.Audio.AudioRendererManager
|
|
{
|
|
class EffectContext
|
|
{
|
|
public EffectOut OutStatus;
|
|
}
|
|
}
|