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:
Megamouse 2018-01-17 02:23:50 +01:00 committed by Ani
parent d6c4d8eec0
commit 7aa1707c2c
8 changed files with 24 additions and 7 deletions

View file

@ -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);
}