mirror of
https://github.com/GreemDev/Ryujinx
synced 2024-11-28 12:39:21 +01:00
12 lines
227 B
C#
12 lines
227 B
C#
|
using Avalonia.Controls;
|
|||
|
|
|||
|
namespace Ryujinx.Ava.UI.Views.Settings
|
|||
|
{
|
|||
|
public partial class SettingsCPUView : UserControl
|
|||
|
{
|
|||
|
public SettingsCPUView()
|
|||
|
{
|
|||
|
InitializeComponent();
|
|||
|
}
|
|||
|
}
|
|||
|
}
|