mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-02 13:01:27 +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
|
||||
using hid_enumerated_device_type = std::string;
|
||||
using hid_enumerated_device_view = std::string_view;
|
||||
|
||||
#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
|
||||
|
||||
inline const auto hid_enumerated_device_default = std::string();
|
||||
#endif
|
||||
|
||||
struct CalibData
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue