mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-03-12 01:51:05 +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.