We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38b1b79 commit 8218c65Copy full SHA for 8218c65
source/Library/NVIDIAGeForceNowLibrary/NVIDIAGeForceNowEnabler.cs
@@ -427,7 +427,7 @@ public override IEnumerable<PlayController> GetPlayActions(GetPlayActionsArgs ar
427
return null;
428
}
429
430
- if (detectionDictionary.HasItems())
+ if (!detectionDictionary.HasItems())
431
{
432
logger.Debug("Supported list was not set");
433
0 commit comments