mirror of
https://github.com/AuxXxilium/arc.git
synced 2026-09-06 08:01:01 +08:00
initConfigKey was never added for iommupt, so the key stayed absent from user-config.yml until someone first switched the GPU to VM use. Nothing booted wrong - all three read sites already treat an empty value as false - but the config was silent about a setting that has a menu entry. The dsm branch of iommuptSelection also returned early on an empty value, so picking "Use in DSM" on a system that had never touched the setting wrote nothing. Key the guard off "false" instead so it falls through.