mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-29 03:27:51 -05:00
Fixes a theoretical scenario where a Setting is using the BasicSetting's GetValue function. In practice this probably only happens on yuzu-cmd, where there is no need for a Setting's additional features. Need to fix regardless.