Use software rendering by default

Related to issue #1019
This commit is contained in:
Travis Nickles 2020-02-12 21:46:52 -06:00
parent 9890fc7cdf
commit 4444ce94c8

View File

@ -16,6 +16,7 @@ using System.Windows;
using System.Windows.Interop;
using WPFLocalizeExtension.Engine;
using NLog;
using System.Windows.Media;
namespace DS4WinWPF
{
@ -107,6 +108,7 @@ namespace DS4WinWPF
CreateTempWorkerThread();
CreateControlService();
RenderOptions.ProcessRenderMode = RenderMode.SoftwareOnly;
DS4Windows.Global.FindConfigLocation();
bool firstRun = DS4Windows.Global.firstRun;