Qt: Add binding layout for NegConRumble

This commit is contained in:
Stenzek
2024-04-16 14:53:52 +10:00
parent 147f48cc64
commit c1bf1e5369
7 changed files with 783 additions and 30 deletions

View File

@ -77,7 +77,7 @@ private:
{
Idle,
Ready,
ReadPad, // 0x42
ReadPad, // 0x42
ConfigModeSetMode, // 0x43
SetAnalogMode, // 0x44
GetAnalogMode, // 0x45
@ -129,7 +129,7 @@ private:
std::array<u8, 6> m_rumble_config{};
int m_rumble_config_large_motor_index = -1;
int m_rumble_config_small_motor_index = -1;
bool m_analog_toggle_queued = false;
u8 m_status_byte = 0;