mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-13 03:16:14 +00:00
Plumb common->JNI functions
This commit is contained in:
@@ -377,6 +377,10 @@ public class NvHTTP {
|
||||
public String getGpuType(String serverInfo) throws XmlPullParserException, IOException {
|
||||
return getXmlString(serverInfo, "gputype");
|
||||
}
|
||||
|
||||
public String getGfeVersion(String serverInfo) throws XmlPullParserException, IOException {
|
||||
return getXmlString(serverInfo, "GfeVersion");
|
||||
}
|
||||
|
||||
public boolean supports4K(String serverInfo) throws XmlPullParserException, IOException {
|
||||
// serverinfo returns supported resolutions in descending order, so getting the first
|
||||
|
||||
Reference in New Issue
Block a user