Change Android's default EFB configuration to texture instead of disabled.

This commit is contained in:
Ryan Houdek 2014-05-05 17:13:04 -05:00
parent 2f92b82b29
commit aa30f5a6cb
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ public final class UserPreferences
boolean ignoreFormatChanges = prefs.getBoolean("ignoreFormatChanges", false);
// EFB copy method to use.
String efbCopyMethod = prefs.getString("efbCopyMethod", "Off");
String efbCopyMethod = prefs.getString("efbCopyMethod", "Texture");
// Texture cache accuracy. Falls back to "Fast" up error.
String textureCacheAccuracy = prefs.getString("textureCacheAccuracy", "128");