| 135 | } |
| 136 | |
| 137 | void RemotePcExploreLayout::OnSelectFileSelected() { |
| 138 | std::string selected_file; |
| 139 | if(R_SUCCEEDED(usb::cf::SelectFile(selected_file))) { |
| 140 | g_MainApplication->GetBrowserLayout()->HandleFileDirectly(selected_file); |
| 141 | } |
| 142 | } |
| 143 | |
| 144 | } |
nothing calls this directly
no test coverage detected