diff --git a/shell/android-studio/reicast/src/main/java/com/reicast/emulator/GL2JNIActivity.java b/shell/android-studio/reicast/src/main/java/com/reicast/emulator/GL2JNIActivity.java index f86769dd0..88595a2b9 100644 --- a/shell/android-studio/reicast/src/main/java/com/reicast/emulator/GL2JNIActivity.java +++ b/shell/android-studio/reicast/src/main/java/com/reicast/emulator/GL2JNIActivity.java @@ -203,7 +203,7 @@ public class GL2JNIActivity extends Activity { // Create the actual GLES view mView = new GL2JNIView(GL2JNIActivity.this, fileName, false, - prefs.getInt(Config.pref_renderdepth, 24), 0, false); + prefs.getInt(Config.pref_renderdepth, 24), 8, false); setContentView(mView); //setup mic diff --git a/shell/android-studio/reicast/src/main/java/com/reicast/emulator/config/EditVJoyActivity.java b/shell/android-studio/reicast/src/main/java/com/reicast/emulator/config/EditVJoyActivity.java index 810f3b4d8..8639f911b 100644 --- a/shell/android-studio/reicast/src/main/java/com/reicast/emulator/config/EditVJoyActivity.java +++ b/shell/android-studio/reicast/src/main/java/com/reicast/emulator/config/EditVJoyActivity.java @@ -64,7 +64,7 @@ public class EditVJoyActivity extends Activity { // Create the actual GLES view mView = new GL2JNIView(EditVJoyActivity.this, fileName, false, - prefs.getInt(Config.pref_renderdepth, 24), 0, true); + prefs.getInt(Config.pref_renderdepth, 24), 8, true); mView.setFpsDisplay(null); setContentView(mView);