mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
Qt/Input: use name_string instead of hard coded strings
hopefully prevents any more need for fixups like this lol + tend to some warnings for rebase
This commit is contained in:
parent
d6c4d8eec0
commit
7aa1707c2c
8 changed files with 24 additions and 7 deletions
|
|
@ -76,6 +76,8 @@ void pad_thread::Init(const u32 max_connect)
|
|||
cur_pad_handler = std::make_shared<evdev_joystick_handler>();
|
||||
break;
|
||||
#endif
|
||||
default:
|
||||
break;
|
||||
}
|
||||
handlers.emplace(handler_type, cur_pad_handler);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue