UI: Option to automatically Hide UI when game launches

Quality of life feature. Removes the need to manually hide UI every time the game launches
This commit is contained in:
Your Name
2024-12-22 16:55:29 -08:00
parent f43442f774
commit cd7fbf60f8
7 changed files with 79 additions and 1 deletions

View File

@@ -351,6 +351,11 @@ namespace Ryujinx.Ava.Utilities.Configuration
/// </summary>
public bool StartFullscreen { get; set; }
/// <summary>
/// Start games with UI hidden
/// </summary>
public bool StartNoUI { get; set; }
/// <summary>
/// Show console window
/// </summary>