mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-03-10 01:40:14 +03:00
Unlike `ListPreference`, this preference class uses integers as its values instead of strings, avoiding unnecessary casting. It also doesn't require an array for values: in that case it will be using the clicked entry position as its value.