mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-15 07:39:00 -04:00
Better migration from play store crocus build
This commit is contained in:
parent
44baff916d
commit
76c140daa2
@ -409,8 +409,10 @@ public class PojavLoginActivity extends BaseActivity {
|
|||||||
for (String version : PerVersionConfig.configMap.keySet()) {
|
for (String version : PerVersionConfig.configMap.keySet()) {
|
||||||
PerVersionConfig.VersionConfig config = PerVersionConfig.configMap.get(version);
|
PerVersionConfig.VersionConfig config = PerVersionConfig.configMap.get(version);
|
||||||
if(config == null) continue; // Skip the version
|
if(config == null) continue; // Skip the version
|
||||||
|
|
||||||
// Replaced by gl4es_extra
|
// Replaced by gl4es_extra
|
||||||
if(config.renderer.contains("opengles")) config.renderer = null;
|
if(config.renderer.contains("zink")) config.renderer = "opengles3_virgl";
|
||||||
|
if(!config.renderer.contains("virgl")) config.renderer = null;
|
||||||
if(config.renderer == null && config.gamePath == null &&
|
if(config.renderer == null && config.gamePath == null &&
|
||||||
config.jvmArgs == null && config.selectedRuntime == null){
|
config.jvmArgs == null && config.selectedRuntime == null){
|
||||||
continue; // Empty pvc, skip it.
|
continue; // Empty pvc, skip it.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user