Skip to content

Commit

Permalink
Disable "Software rendering" mode in Android prelaunch menu by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhilkinSerg committed Nov 20, 2019
1 parent 1cbc12e commit 6d9eb82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class SplashScreen extends Activity {
private ProgressDialog installDialog;

public CharSequence[] mSettingsNames = { "Software rendering", "Force fullscreen" };
public boolean[] mSettingsValues = { true, false};
public boolean[] mSettingsValues = { false, false};

private String getVersionName() {
try {
Expand Down

0 comments on commit 6d9eb82

Please sign in to comment.