NorthstarLauncher
NorthstarLauncher copied to clipboard
Include Origin/EADesktop version in user agent string
This will be very helpful for debugging the username (and other auth-related) issues.
OriginSDK's OriginStartup outputs this to the first char* member of the struct passed as a pointer in the last arg. Need to actually look at where r2 calls OriginStartup and whether the string contains the info we need.
It appears that tier0 exposes this with Tier0_GetOriginVersionString
.