Merge branch 'ui-userprofiles-and-misc' of https://git.ryujinx.app/neo/ryujinx into ui-userprofiles-and-misc

This commit is contained in:
_Neo_
2025-11-01 13:33:54 +02:00
47 changed files with 714 additions and 325 deletions

View File

@@ -18,6 +18,12 @@ namespace Ryujinx.Ava.UI.Applet
{
public partial class ProfileSelectorDialog : RyujinxControl<ProfileSelectorDialogViewModel>
{
//Fix compiler warning
public ProfileSelectorDialog()
{
}
public ProfileSelectorDialog(ProfileSelectorDialogViewModel viewModel)
{
DataContext = ViewModel = viewModel;