| 657 | } |
| 658 | |
| 659 | u32 USB::GetConfigSubType(const SettingsInterface& si, u32 port, const std::string_view devname) |
| 660 | { |
| 661 | return si.GetUIntValue(GetConfigSection(port).c_str(), fmt::format("{}_subtype", devname).c_str(), 0u); |
| 662 | } |
| 663 | |
| 664 | void USB::SetConfigSubType(SettingsInterface& si, u32 port, const std::string_view devname, u32 subtype) |
| 665 | { |
nothing calls this directly
no test coverage detected