mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-26 10:10:14 +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.