(Android Phoenix) Set video_threaded to false and set refresh rate of 59.19Hz for Xperia

Play
This commit is contained in:
twinaphex 2013-09-12 20:02:36 +02:00
parent 52d62741a9
commit 847f7f8d05

View File

@ -741,10 +741,13 @@ public class MainMenuActivity extends PreferenceActivity {
SharedPreferences prefs = getPreferences();
SharedPreferences.Editor edit = prefs
.edit();
edit.putBoolean("video_threaded", false);
edit.putBoolean("input_overlay_enable",
false);
edit.putBoolean("input_autodetect_enable",
true);
edit.putString("video_refresh_rate", Double
.valueOf(59.19132938771038).toString());
edit.commit();
}
});