mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-31 12:37:10 +02:00
Move solution and projects to src
This commit is contained in:
parent
e210a51de6
commit
ea8eaea6c2
3466 changed files with 55 additions and 55 deletions
12
src/Ryujinx.Ava/UI/Views/Settings/SettingsAudioView.axaml.cs
Normal file
12
src/Ryujinx.Ava/UI/Views/Settings/SettingsAudioView.axaml.cs
Normal file
|
@ -0,0 +1,12 @@
|
|||
using Avalonia.Controls;
|
||||
|
||||
namespace Ryujinx.Ava.UI.Views.Settings
|
||||
{
|
||||
public partial class SettingsAudioView : UserControl
|
||||
{
|
||||
public SettingsAudioView()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue