mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-28 00:16:23 +02:00
13 lines
230 B
C#
13 lines
230 B
C#
using Avalonia.Controls;
|
|
|
|
namespace Ryujinx.Ava.UI.Views.Settings
|
|
{
|
|
public partial class SettingsDebugView : UserControl
|
|
{
|
|
public SettingsDebugView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|
|
|