Skip to content

Commit 8872466

Browse files
committed
pseudocode placeholder
1 parent ea0ff2f commit 8872466

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

app_pojavlauncher/src/main/java/net/kdt/pojavlaunch/LauncherActivity.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,12 @@ public void onFragmentResumed(@NonNull FragmentManager fm, @NonNull Fragment f)
146146
}
147147
}
148148

149+
Boolean isHGl4es = prof.pojavRendererName.equals("opengles2");
150+
Boolean isAbove1_21_5 = normalizedVersionId.toInteger >= 1215;
151+
if () {
152+
153+
}
154+
149155
new MinecraftDownloader().start(
150156
this,
151157
mcVersion,

0 commit comments

Comments
 (0)