mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 06:21:26 +12:00
minor cleanup
This commit is contained in:
parent
c76cd08e81
commit
c29db7595d
1 changed files with 1 additions and 7 deletions
|
@ -29,13 +29,7 @@ extern std::mutex g_android_usb_devices_mutex;
|
||||||
#else
|
#else
|
||||||
using hid_enumerated_device_type = std::string;
|
using hid_enumerated_device_type = std::string;
|
||||||
using hid_enumerated_device_view = std::string_view;
|
using hid_enumerated_device_view = std::string_view;
|
||||||
|
inline const auto hid_enumerated_device_default = std::string();
|
||||||
#if defined(_WIN32) && defined(_DEBUG) // fix compile error in DEBUG mode on MSVC
|
|
||||||
inline auto hid_enumerated_device_default = std::string();
|
|
||||||
#else
|
|
||||||
inline constexpr auto hid_enumerated_device_default = std::string();
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
struct CalibData
|
struct CalibData
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue