Skip to content

Commit 8218c65

Browse files
committed
NGFN: FIx
1 parent 38b1b79 commit 8218c65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/Library/NVIDIAGeForceNowLibrary/NVIDIAGeForceNowEnabler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ public override IEnumerable<PlayController> GetPlayActions(GetPlayActionsArgs ar
427427
return null;
428428
}
429429

430-
if (detectionDictionary.HasItems())
430+
if (!detectionDictionary.HasItems())
431431
{
432432
logger.Debug("Supported list was not set");
433433
return null;

0 commit comments

Comments
 (0)