| 119 | } |
| 120 | |
| 121 | void ExploreMenuLayout::OnUsbDriveSelected(const UsbHsFsDevice drv) { |
| 122 | g_MainApplication->LoadCommonIconMenuData(true, cfg::Strings.GetString(403), CommonIconKind::Drive, ""); |
| 123 | g_MainApplication->GetBrowserLayout()->ChangePartitionDrive(drv); |
| 124 | g_MainApplication->ShowLayout(g_MainApplication->GetBrowserLayout()); |
| 125 | } |
| 126 | |
| 127 | void ExploreMenuLayout::OnUsbDriveSelectedX(const UsbHsFsDevice drv) { |
| 128 | std::string info; |
nothing calls this directly
no test coverage detected