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