Revert "Revert "Add option to always use SSIV for image decoding""

This reverts commit 1909126921
This commit is contained in:
AntsyLich
2024-12-22 01:50:09 +06:00
parent d3973f4ad8
commit c5655e8803
5 changed files with 20 additions and 2 deletions
@@ -33,4 +33,6 @@ class BasePreferences(
fun displayProfile() = preferenceStore.getString("pref_display_profile_key", "")
fun hardwareBitmapThreshold() = preferenceStore.getInt("pref_hardware_bitmap_threshold", GLUtil.SAFE_TEXTURE_LIMIT)
fun alwaysDecodeLongStripWithSSIV() = preferenceStore.getBoolean("pref_always_decode_long_strip_with_ssiv", false)
}