Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #349 from Sonicadvance1/Android-Default-Config
[Android] Change default EFB copy method from disabled to texture.
  • Loading branch information
Sonicadvance1 committed May 11, 2014
2 parents fcc7b6e + aa30f5a commit 878740b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -139,7 +139,7 @@ public static void SavePrefsToIni(Context ctx)
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");
Expand Down

0 comments on commit 878740b

Please sign in to comment.