Fix incorrect import

I blame Rider
This commit is contained in:
YoshiRulz 2020-12-14 06:33:46 +10:00
parent 28f161ce18
commit 24f90c922f
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ namespace BizHawk.Client.EmuHawk
switch (dispMethod)
{
case EDispMethod.SlimDX9:
if (OSTailoredCode.CurrentOS != OSTailoredCode.DistinctOS.Windows)
if (OSTC.CurrentOS != OSTC.DistinctOS.Windows)
{
// possibly sharing config w/ Windows, assume the user wants the not-slow method (but don't change the config)
return TryInitIGL(EDispMethod.OpenGL);