From f2f23b088de58f8d4875ffe360631095fd12758e Mon Sep 17 00:00:00 2001 From: CasualPokePlayer <50538166+CasualPokePlayer@users.noreply.github.com> Date: Tue, 14 May 2024 01:45:57 -0700 Subject: [PATCH] minor cleanups/fixes from last commit --- .../GraphicsControlFactory.cs | 2 +- src/BizHawk.Client.EmuHawk/BizHawk.Client.EmuHawk.csproj | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/BizHawk.Bizware.Graphics.Controls/GraphicsControlFactory.cs b/src/BizHawk.Bizware.Graphics.Controls/GraphicsControlFactory.cs index 1ad647c38c..1897c1ed70 100644 --- a/src/BizHawk.Bizware.Graphics.Controls/GraphicsControlFactory.cs +++ b/src/BizHawk.Bizware.Graphics.Controls/GraphicsControlFactory.cs @@ -14,7 +14,7 @@ namespace BizHawk.Bizware.Graphics.Controls GraphicsControl ret = gl switch { IGL_OpenGL => new OpenGLControl(), - IGL_D3D11 d3d11 => new D3D11Control(d3d11.CreateSwapChain), + IGL_D3D11 d3d11 => new D3D11Control(d3d11.CreateSwapChain), IGL_GDIPlus gdiPlus => new GDIPlusControl(gdiPlus.CreateControlRenderTarget), _ => throw new InvalidOperationException() }; diff --git a/src/BizHawk.Client.EmuHawk/BizHawk.Client.EmuHawk.csproj b/src/BizHawk.Client.EmuHawk/BizHawk.Client.EmuHawk.csproj index 01d82d398f..97df9c2ffe 100755 --- a/src/BizHawk.Client.EmuHawk/BizHawk.Client.EmuHawk.csproj +++ b/src/BizHawk.Client.EmuHawk/BizHawk.Client.EmuHawk.csproj @@ -261,9 +261,7 @@ - - - +