mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-06-17 06:01:13 +00:00
Add GameStream EOL link
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user