Merge branch 'master' into 20-empty-nca-lockup

This commit is contained in:
Shyanne
2025-12-28 14:16:39 -05:00
88 changed files with 1369 additions and 1311 deletions

View File

@@ -1333,7 +1333,10 @@ namespace Ryujinx.Ava.UI.ViewModels
}
}
public void TakeScreenshot() => AppHost.ScreenshotRequested = true;
public void TakeScreenshot()
{
AppHost.ScreenshotRequested = true;
}
public void HideUi() => ShowMenuAndStatusBar = false;