From c2e0cf2fd586c6ef93ee52162214b44f0b87b51a Mon Sep 17 00:00:00 2001 From: ranidspace Date: Thu, 25 Jun 2026 03:49:14 +0000 Subject: [PATCH] Remove unused windowing library package (#126) The `OpenTK.Windowing.GraphicsLibraryFramework` package is included in the Ryujinx csproj, but is never used in the project. Checking the source code, all source files included in the package are part of the `OpenTK.Windowing.GraphicsLibraryFramework` namespace, which is never included in the Ryujinx source code. Rider also confirms that it's an unused reference. The library includes the entirety of libglfw into the program, it clears about a half a megabyte. Not much, but it's free. Reviewed-on: https://git.ryujinx.app/projects/Ryubing/pulls/126 --- Directory.Packages.props | 1 - src/Ryujinx.Graphics.Vulkan/Ryujinx.Graphics.Vulkan.csproj | 1 - 2 files changed, 2 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index cbbf9716d..17d5fca83 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -39,7 +39,6 @@ - diff --git a/src/Ryujinx.Graphics.Vulkan/Ryujinx.Graphics.Vulkan.csproj b/src/Ryujinx.Graphics.Vulkan/Ryujinx.Graphics.Vulkan.csproj index 897bf8d09..370430aba 100644 --- a/src/Ryujinx.Graphics.Vulkan/Ryujinx.Graphics.Vulkan.csproj +++ b/src/Ryujinx.Graphics.Vulkan/Ryujinx.Graphics.Vulkan.csproj @@ -51,7 +51,6 @@ -