mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 15:05:59 +00:00
input: move pad_state_notify_state_change to pad_thread
This commit is contained in:
parent
b0d4858e42
commit
b8452d29d6
26 changed files with 82 additions and 78 deletions
|
|
@ -19,8 +19,8 @@
|
|||
|
||||
LOG_CHANNEL(evdev_log, "evdev");
|
||||
|
||||
evdev_joystick_handler::evdev_joystick_handler(bool emulation)
|
||||
: PadHandlerBase(pad_handler::evdev, emulation)
|
||||
evdev_joystick_handler::evdev_joystick_handler()
|
||||
: PadHandlerBase(pad_handler::evdev)
|
||||
{
|
||||
init_configs();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue