From e2122a532d6eccc6e0470f7a58f9b6f931ba0aec Mon Sep 17 00:00:00 2001 From: MutantAura Date: Wed, 10 Apr 2024 22:23:12 +0100 Subject: [PATCH] Remove unused usings... --- src/Ryujinx.Common/GraphicsDriver/NVDriverHelper.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Ryujinx.Common/GraphicsDriver/NVDriverHelper.cs b/src/Ryujinx.Common/GraphicsDriver/NVDriverHelper.cs index bc28f4ec87..0b984face5 100644 --- a/src/Ryujinx.Common/GraphicsDriver/NVDriverHelper.cs +++ b/src/Ryujinx.Common/GraphicsDriver/NVDriverHelper.cs @@ -1,7 +1,5 @@ using Ryujinx.Common.GraphicsDriver.NVAPI; using System; -using System.ComponentModel; -using System.Dynamic; using System.Runtime.CompilerServices; using System.Runtime.InteropServices;