Move IGL_GdiPlus to BizwareGL

This commit is contained in:
YoshiRulz 2021-06-15 10:04:51 +10:00
parent 5bdeea6c20
commit 22144401e2
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 3 deletions

View File

@ -2,13 +2,11 @@ using System;
using System.IO;
using System.Drawing;
using BizHawk.Bizware.BizwareGL;
using sd = System.Drawing;
using sdi = System.Drawing.Imaging;
//TODO - maybe a layer to cache Graphics parameters (notably, filtering) ?
namespace BizHawk.Client.EmuHawk
namespace BizHawk.Bizware.BizwareGL
{
public class IGL_GdiPlus : IGL
{