mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-22 02:31:12 +02:00
13 lines
237 B
C#
13 lines
237 B
C#
using Avalonia.Controls;
|
|
|
|
namespace Ryujinx.Ava.UI.Views.Settings
|
|
{
|
|
public partial class CustomSettingsCPUView : UserControl
|
|
{
|
|
public CustomSettingsCPUView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|