Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/angle
Path: blob/main_old/src/feature_support_util/a4a_rules.json
1693 views
1
{
2
"Rules":[
3
{
4
"Rule":"Default Rule (i.e. use native driver)",
5
"UseANGLE":false
6
},
7
{
8
"Rule":"Supported application(s) (e.g. Maps on Google devices)",
9
"UseANGLE":true,
10
"Applications":[
11
{
12
"AppName":"org.chromium.angle"
13
}
14
],
15
"Devices":[
16
{
17
"Manufacturer":"Google"
18
}
19
]
20
}
21
]
22
}
23
24