| 662 | } |
| 663 | |
| 664 | void USB::SetConfigSubType(SettingsInterface& si, u32 port, const std::string_view devname, u32 subtype) |
| 665 | { |
| 666 | si.SetUIntValue(GetConfigSection(port).c_str(), fmt::format("{}_subtype", devname).c_str(), subtype); |
| 667 | } |
| 668 | |
| 669 | std::string USB::GetConfigSubKey(const std::string_view device, const std::string_view bind_name) |
| 670 | { |
nothing calls this directly
no test coverage detected