Merge branch ryujinx:master into ui-userprofiles-and-misc

This commit is contained in:
Neo
2025-12-05 04:07:13 -06:00
7 changed files with 65 additions and 8 deletions

View File

@@ -327,5 +327,10 @@ namespace Ryujinx.Ava.UI.Applet
return profile;
}
public void TakeScreenshot()
{
_parent.ViewModel.AppHost.ScreenshotRequested = true;
}
}
}