diff --git a/src/BizHawk.Client.EmuHawk/Program.cs b/src/BizHawk.Client.EmuHawk/Program.cs index dc5415af28..39f1be77a9 100644 --- a/src/BizHawk.Client.EmuHawk/Program.cs +++ b/src/BizHawk.Client.EmuHawk/Program.cs @@ -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);