Fix so that threaded video is not enabled by default.

This commit is contained in:
Themaister 2013-02-17 13:32:34 +01:00
parent 02feff1a78
commit 5840fa8fb9

View File

@ -371,7 +371,7 @@ public class RetroArch extends Activity implements
config.setInt("input_autodetect_icade_profile_pad4", prefs.getInt("input_autodetect_icade_profile_pad4", 0));
config.setDouble("video_refresh_rate", getRefreshRate());
config.setBoolean("video_threaded", prefs.getBoolean("video_threaded", true));
config.setBoolean("video_threaded", prefs.getBoolean("video_threaded", false));
String aspect = prefs.getString("video_aspect_ratio", "auto");
if (aspect.equals("full")) {