Sleeing controller fix

This commit is contained in:
Serge
2024-01-17 16:02:58 +01:00
parent 2462bc92de
commit b3b0b512d2
2 changed files with 12 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
using HidSharp;
using GHelper.USB;
using GHelper.Ally;
namespace GHelper.Input
{
@@ -38,6 +39,8 @@ namespace GHelper.Input
Logger.WriteLine($"Input: {input.Device.DevicePath}");
if (AppConfig.IsAlly()) AllyControl.ApplyMode();
try
{
while (!cancellationTokenSource.Token.IsCancellationRequested)