mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
Input: Abbreviate some variable names and add min output interval
The abbreviation allows for easier diff between handlers.
This commit is contained in:
parent
9a071746ed
commit
08f81160cc
14 changed files with 246 additions and 221 deletions
|
|
@ -396,7 +396,6 @@ class evdev_joystick_handler final : public PadHandlerBase
|
|||
int effect_id = -1;
|
||||
bool has_rumble = false;
|
||||
bool has_motion = false;
|
||||
clock_t last_vibration = 0;
|
||||
};
|
||||
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue