mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-27 01:49:03 +02:00
Basic custom settings functionality
Co-authored-by: KeatonTheBot <keaton@ryujinx.app>
This commit is contained in:
committed by
KeatonTheBot
co-authored by
KeatonTheBot
parent
e07f333a31
commit
db35be690f
@@ -0,0 +1,12 @@
|
||||
using Avalonia.Controls;
|
||||
|
||||
namespace Ryujinx.Ava.UI.Views.Settings
|
||||
{
|
||||
public partial class CustomSettingsSystemView : UserControl
|
||||
{
|
||||
public CustomSettingsSystemView()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user