mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 19:28:43 +12:00
hid: log more info when adding a device
And minor format changes
This commit is contained in:
parent
1b2260132b
commit
5a9b29b73a
6 changed files with 96 additions and 67 deletions
|
@ -14,11 +14,11 @@ public:
|
|||
Enhanced
|
||||
};
|
||||
|
||||
bool btCon{false};
|
||||
bool bt_controller{false};
|
||||
u8 bt_sequence{0};
|
||||
bool has_calib_data{false};
|
||||
std::array<CalibData, CalibIndex::COUNT> calib_data{};
|
||||
DualSenseDataMode dataMode{DualSenseDataMode::Simple};
|
||||
DualSenseDataMode data_mode{DualSenseDataMode::Simple};
|
||||
bool init_lightbar{true};
|
||||
bool update_lightbar{true};
|
||||
bool update_player_leds{true};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue