mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Ally controller wake up tweaks
This commit is contained in:
@@ -21,7 +21,6 @@ namespace GHelper.Input
|
||||
HidStream? input = AsusHid.FindHidStream(AsusHid.INPUT_ID);
|
||||
|
||||
// Fallback
|
||||
|
||||
int count = 0;
|
||||
|
||||
while (input == null && count++ < 5)
|
||||
@@ -39,8 +38,6 @@ 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