Merge pull request #349 from Sonicadvance1/Android-Default-Config
[Android] Change default EFB copy method from disabled to texture.
This commit is contained in:
commit
878740b43d
|
@ -139,7 +139,7 @@ public final class UserPreferences
|
||||||
boolean ignoreFormatChanges = prefs.getBoolean("ignoreFormatChanges", false);
|
boolean ignoreFormatChanges = prefs.getBoolean("ignoreFormatChanges", false);
|
||||||
|
|
||||||
// EFB copy method to use.
|
// 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.
|
// Texture cache accuracy. Falls back to "Fast" up error.
|
||||||
String textureCacheAccuracy = prefs.getString("textureCacheAccuracy", "128");
|
String textureCacheAccuracy = prefs.getString("textureCacheAccuracy", "128");
|
||||||
|
|
Loading…
Reference in New Issue