mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Sleeing controller fix
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user