mmjoy: fix pressure sensitivity button

It defaulted to JOY_POVFORWARD (same dumb facepalm bug as with XInput earlier)
This commit is contained in:
Megamouse 2021-08-23 23:46:18 +02:00
parent d0451932bf
commit f44e50b9cd
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
class mm_joystick_handler final : public PadHandlerBase
{
static constexpr u64 NO_BUTTON = 0;
static constexpr u64 NO_BUTTON = u64{umax};
// Unique names for the config files and our pad settings dialog
const std::unordered_map<u64, std::string> button_list =