mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-29 11:56:24 +02:00
7 lines
141 B
C#
7 lines
141 B
C#
namespace Ryujinx.HLE.HOS.Services.Audio.AudioRendererManager
|
|
{
|
|
class EffectContext
|
|
{
|
|
public EffectOut OutStatus;
|
|
}
|
|
}
|