// Copyright 2017 Dolphin Emulator Project // Licensed under GPLv2+ // Refer to the license.txt file included. #pragma once #include #include #include #include "Common/CommonTypes.h" namespace USBUtils { std::map, std::string> GetInsertedDevices(); std::string GetDeviceName(std::pair vid_pid); } // namespace USBUtils