Qt: add new vfs usb tab

This commit is contained in:
Megamouse 2022-05-08 20:18:42 +02:00
parent a538f655be
commit 072c289f5e
19 changed files with 623 additions and 167 deletions

View file

@ -518,5 +518,5 @@ void cfg::device_entry::set_map(map_of_type<device_info>&& map)
void cfg::device_entry::from_default()
{
m_map = m_def;
m_map = m_default;
}