12 lines
231 B
C#
12 lines
231 B
C#
|
using Avalonia.Controls;
|
|||
|
|
|||
|
namespace Ryujinx.Ava.UI.Views.Settings
|
|||
|
{
|
|||
|
public partial class SettingsAudioView : UserControl
|
|||
|
{
|
|||
|
public SettingsAudioView()
|
|||
|
{
|
|||
|
InitializeComponent();
|
|||
|
}
|
|||
|
}
|
|||
|
}
|