mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-05-05 13:37:42 +02:00
12 lines
No EOL
231 B
C#
12 lines
No EOL
231 B
C#
using Avalonia.Controls;
|
|
|
|
namespace Ryujinx.Ava.UI.Views.Settings
|
|
{
|
|
public partial class SettingsAudioView : UserControl
|
|
{
|
|
public SettingsAudioView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
} |