mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 08:09:26 +01:00
Change Android's default EFB configuration to texture instead of disabled.
This commit is contained in:
parent
2f92b82b29
commit
aa30f5a6cb
@ -138,7 +138,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…
x
Reference in New Issue
Block a user