mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-10 08:24:32 +00:00
InputManager: Increase macros per pad
No overhead to doing so now.
This commit is contained in:
@@ -208,7 +208,7 @@ inline constexpr u32 MAX_POINTER_BUTTONS = 3;
|
||||
inline constexpr u32 MAX_SOFTWARE_CURSORS = MAX_POINTER_DEVICES + 2;
|
||||
|
||||
/// Number of macro buttons per controller.
|
||||
inline constexpr u32 NUM_MACRO_BUTTONS_PER_CONTROLLER = 4;
|
||||
inline constexpr u32 NUM_MACRO_BUTTONS_PER_CONTROLLER = 8;
|
||||
|
||||
/// Returns a pointer to the external input source class, if present.
|
||||
InputSource* GetInputSourceInterface(InputSourceType type);
|
||||
|
||||
Reference in New Issue
Block a user