mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-04-26 11:02:52 +00: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.