From e0db55df46de9d773319a46bfac5876937a5b224 Mon Sep 17 00:00:00 2001 From: Evan Husted Date: Tue, 11 Feb 2025 12:04:34 -0600 Subject: [PATCH 1/3] UI: When starting games in fullscreen, change ExtendsContentIntoTitleBar to true. --- src/Ryujinx/AppHost.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Ryujinx/AppHost.cs b/src/Ryujinx/AppHost.cs index 25f451858..f143d4e03 100644 --- a/src/Ryujinx/AppHost.cs +++ b/src/Ryujinx/AppHost.cs @@ -1041,6 +1041,7 @@ namespace Ryujinx.Ava if (_viewModel.StartGamesInFullscreen) { _viewModel.WindowState = WindowState.FullScreen; + _viewModel.Window.TitleBar.ExtendsContentIntoTitleBar = true; } if (_viewModel.WindowState is WindowState.FullScreen || _viewModel.StartGamesWithoutUI) From 96c33a0b927a83fb7a4bc896edeaab50c57c7cb6 Mon Sep 17 00:00:00 2001 From: Evan Husted Date: Tue, 11 Feb 2025 12:20:52 -0600 Subject: [PATCH 2/3] misc: chore: [ci skip] AppletMetadata: Use previously retrieved content path --- src/Ryujinx/Utilities/AppletMetadata.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ryujinx/Utilities/AppletMetadata.cs b/src/Ryujinx/Utilities/AppletMetadata.cs index a165487a3..50f01b4c0 100644 --- a/src/Ryujinx/Utilities/AppletMetadata.cs +++ b/src/Ryujinx/Utilities/AppletMetadata.cs @@ -45,7 +45,7 @@ namespace Ryujinx.Ava.Utilities if (string.IsNullOrEmpty(contentPath)) goto BadData; - appData = new() { Name = Name, Id = ProgramId, Path = GetContentPath(contentManager) }; + appData = new() { Name = Name, Id = ProgramId, Path = contentPath }; appControl = StructHelpers.CreateCustomNacpData(Name, Version); return true; From ad89cf39b60c9c7a1988fb54161bf47110f0b55a Mon Sep 17 00:00:00 2001 From: Evan Husted Date: Tue, 11 Feb 2025 18:21:12 -0600 Subject: [PATCH 3/3] UI: Change the Discord invite to link to the rules channel When next stable comes out the old one will be invalidated --- src/Ryujinx/UI/Windows/AboutWindow.axaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ryujinx/UI/Windows/AboutWindow.axaml b/src/Ryujinx/UI/Windows/AboutWindow.axaml index df880160f..2226883fc 100644 --- a/src/Ryujinx/UI/Windows/AboutWindow.axaml +++ b/src/Ryujinx/UI/Windows/AboutWindow.axaml @@ -125,7 +125,7 @@ Background="Transparent" Click="Button_OnClick" CornerRadius="15" - Tag="https://discord.gg/dHPrkBkkyA" + Tag="https://discord.gg/PEuzjrFXUA" ToolTip.Tip="{ext:Locale AboutDiscordUrlTooltipMessage}">