mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-06 15:47:18 +02:00
Update device info for Remote Play
This commit is contained in:
parent
78bfc09749
commit
3c62d1356f
@ -2042,10 +2042,10 @@ class RemotePlay {
|
||||
return {
|
||||
appInfo: {
|
||||
env: {
|
||||
clientAppId: 'Microsoft.GamingApp',
|
||||
clientAppType: 'native',
|
||||
clientAppVersion: '2203.1001.4.0',
|
||||
clientSdkVersion: '8.5.2',
|
||||
clientAppId: window.location.host,
|
||||
clientAppType: 'browser',
|
||||
clientAppVersion: '21.1.98',
|
||||
clientSdkVersion: '8.5.3',
|
||||
httpEnvironment: 'prod',
|
||||
sdkInstallId: '',
|
||||
},
|
||||
@ -2057,20 +2057,24 @@ class RemotePlay {
|
||||
heightInPixels: 1080,
|
||||
},
|
||||
pixelDensity: {
|
||||
dpiX: 2,
|
||||
dpiY: 2,
|
||||
dpiX: 1,
|
||||
dpiY: 1,
|
||||
},
|
||||
},
|
||||
hw: {
|
||||
make: 'Microsoft',
|
||||
model: 'Surface Pro',
|
||||
sdktype: 'native',
|
||||
model: 'unknown',
|
||||
sdktype: 'web',
|
||||
},
|
||||
os: {
|
||||
name: 'Windows 11',
|
||||
name: 'windows',
|
||||
ver: '22631.2715',
|
||||
platform: 'desktop',
|
||||
},
|
||||
browser: {
|
||||
browserName: 'chrome',
|
||||
browserVersion: '119.0',
|
||||
},
|
||||
},
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user