Yeah, the GPU has nothing to do with sound. Nice try, tho!

This commit is contained in:
TwistedUmbrella 2014-02-16 01:48:55 -05:00
parent ffdf036684
commit 39ad0ac92d
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ public class ConfigureFragment extends Fragment {
mPrefs.edit().putBoolean("force_gpu", isChecked).commit();
}
};
boolean enhanced = mPrefs.getBoolean("sound_enabled",
boolean enhanced = mPrefs.getBoolean("force_gpu",
true);
force_gpu_opt.setChecked(enhanced);
force_gpu_opt.setOnCheckedChangeListener(force_gpu_options);