Add GameStream EOL link

This commit is contained in:
Cameron Gutman
2023-03-05 14:19:32 -06:00
parent 2c422c77fb
commit 83fd8225e4
5 changed files with 27 additions and 2 deletions
+3
View File
@@ -85,6 +85,9 @@
host.currentGame = @"0";
}
// GFE uses the Mjolnir codename in their state enum values
host.isNvidiaServerSoftware = [state containsString:@"MJOLNIR"];
NSInteger pairStatus;
if ([self getIntTag:TAG_PAIR_STATUS value:&pairStatus]) {
host.pairState = pairStatus ? PairStatePaired : PairStateUnpaired;