mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-03-21 11:30:23 +00:00
12 lines
No EOL
227 B
C#
12 lines
No EOL
227 B
C#
using Avalonia.Controls;
|
|
|
|
namespace Ryujinx.Ava.UI.Views.Settings
|
|
{
|
|
public partial class SettingsCPUView : UserControl
|
|
{
|
|
public SettingsCPUView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
} |