PAD: increase number of macros per controller from 4 to 16

This commit is contained in:
refractionpcsx2 2022-11-21 21:00:00 +00:00
parent 5c5fdcf14d
commit db788452bd
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ namespace PAD
static constexpr u32 NUM_CONTROLLER_PORTS = 8;
/// Number of macro buttons per controller.
static constexpr u32 NUM_MACRO_BUTTONS_PER_CONTROLLER = 4;
static constexpr u32 NUM_MACRO_BUTTONS_PER_CONTROLLER = 16;
/// Default stick deadzone/sensitivity.
static constexpr float DEFAULT_STICK_DEADZONE = 0.0f;