mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 02:32:36 +01:00
mmjoy: fix pressure sensitivity button
It defaulted to JOY_POVFORWARD (same dumb facepalm bug as with XInput earlier)
This commit is contained in:
parent
d0451932bf
commit
f44e50b9cd
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user