blob: 47a640e08fd9cd57503fe95f33e68a23037d556e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
using Avalonia.Controls;
namespace Ryujinx.Ava.UI.Views.Settings
{
public partial class SettingsCPUView : UserControl
{
public SettingsCPUView()
{
InitializeComponent();
}
}
}
|