minor cleanups/fixes from last commit
This commit is contained in:
parent
e293e02369
commit
f2f23b088d
|
@ -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()
|
||||
};
|
||||
|
|
|
@ -261,9 +261,7 @@
|
|||
<Compile Update="CustomControls/ScreenshotForm.cs" SubType="Form" />
|
||||
<Compile Update="CustomControls/TransparentTrackbar.cs" SubType="Component" />
|
||||
<Compile Update="CustomControls/ViewportPanel.cs" SubType="Component" />
|
||||
<Compile Update="GraphicsImplementations/GLControlWrapper_SlimDX9.cs" SubType="Component" />
|
||||
<Compile Update="GraphicsImplementations/GraphicsControl_TK.cs" SubType="UserControl" />
|
||||
<Compile Update="GraphicsImplementations/RetainedGraphicsControl.cs" />
|
||||
<Compile Update="GraphicsImplementations/RetainedGraphicsControl.cs" SubType="UserControl" />
|
||||
<Compile Update="LogWindow.cs" SubType="Form" />
|
||||
<Compile Update="LogWindow.Designer.cs" DependentUpon="LogWindow.cs" />
|
||||
<EmbeddedResource Update="LogWindow.resx" DependentUpon="LogWindow.cs" />
|
||||
|
|
Loading…
Reference in New Issue